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