blob: 7921aaa07b615fbaa39163a957ac19c891589bf9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
//
// curl file transfer utility command-line utility
//
// Use this file with buildrom to add curl to a device ROM
//
#ifndef CURL_IBY
#define CURL_IBY
#include <openenv.iby>
#include <libcurl.iby>
file=ABI_DIR\BUILD_DIR\curl.exe \sys\bin\curl.exe
#endif // CURL_IBY
|