2008-04-23 00:53:53 +02:00
|
|
|
//
|
|
|
|
// curl file transfer utility command-line utility
|
2008-04-26 00:49:18 +02:00
|
|
|
//
|
|
|
|
// Use this file with buildrom to add curl to a device ROM
|
2008-04-23 00:53:53 +02:00
|
|
|
//
|
|
|
|
|
|
|
|
#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
|