blob: 373f5b37de64750561c716e6e70cae61c006bd52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
//
// 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
|