git-svn-id: svn://10.65.10.50/branches/R_10_00@23289 c028cbd2-c16b-5b4b-a496-9718f37d4682
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
|