mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
15 lines
252 B
Plaintext
15 lines
252 B
Plaintext
//
|
|
// libcurl file transfer DLL
|
|
//
|
|
// Use this file with buildrom to add libcurl to a device ROM
|
|
//
|
|
|
|
#ifndef LIBCURL_IBY
|
|
#define LIBCURL_IBY
|
|
|
|
#include <openenv.iby>
|
|
|
|
file=ABI_DIR\BUILD_DIR\libcurl.dll \sys\bin\libcurl.dll
|
|
|
|
#endif // LIBCURL_IBY
|