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