blob: b59af680eb40b8f88023fd5fc1d286644d6a01b1 (
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        System\Libs\libcurl.dll
#endif
 |