blob: 141986e0b93a7e4f3001a4f5ebcf4ff8c3227b04 (
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            System\Programs\curl.exe
#endif // CURL_IBY
 |