blob: f05bff3b83190b1f827fc5a6eaa4e918bdafe77c (
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
|