2013-03-18 01:55:59 +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-18 01:55:59 +01:00
|
|
|
//
|
2009-01-09 00:31:00 +01:00
|
|
|
|
|
|
|
#ifndef CURL_IBY
|
|
|
|
#define CURL_IBY
|
|
|
|
|
|
|
|
#include <openenv.iby>
|
|
|
|
#include <libcurl.iby>
|
|
|
|
|
2013-03-18 01:55:59 +01:00
|
|
|
file=ABI_DIR\BUILD_DIR\curl.exe System\Programs\curl.exe
|
2009-01-09 00:31:00 +01:00
|
|
|
|
|
|
|
#endif // CURL_IBY
|