2008-04-22 22:53:53 +00:00
|
|
|
//
|
|
|
|
// libcurl file transfer DLL
|
|
|
|
//
|
2008-04-25 22:49:18 +00:00
|
|
|
// Use this file with buildrom to add libcurl to a device ROM
|
|
|
|
//
|
2008-04-22 22:53:53 +00:00
|
|
|
|
|
|
|
#ifndef LIBCURL_IBY
|
|
|
|
#define LIBCURL_IBY
|
|
|
|
|
|
|
|
#include <openenv.iby>
|
|
|
|
|
2009-11-04 00:27:19 +00:00
|
|
|
file=ABI_DIR\BUILD_DIR\libcurl.dll \sys\bin\libcurl.dll
|
2008-04-22 22:53:53 +00:00
|
|
|
|
2009-11-04 00:27:19 +00:00
|
|
|
#endif // LIBCURL_IBY
|