2013-03-17 23:23:20 +01:00
|
|
|
//
|
2009-01-09 00:31:00 +01:00
|
|
|
// curl file transfer utility command-line utility
|
|
|
|
//
|
|
|
|
// Use this file with buildrom to add curl to a device ROM
|
2013-03-17 23:23:20 +01:00
|
|
|
//
|
2009-01-09 00:31:00 +01:00
|
|
|
|
|
|
|
#ifndef CURL_IBY
|
|
|
|
#define CURL_IBY
|
|
|
|
|
|
|
|
#include <openenv.iby>
|
|
|
|
#include <libcurl.iby>
|
|
|
|
|
2013-03-17 23:23:20 +01:00
|
|
|
file=ABI_DIR\BUILD_DIR\curl.exe \sys\bin\curl.exe
|
2009-01-09 00:31:00 +01:00
|
|
|
|
|
|
|
#endif // CURL_IBY
|