2010-02-14 19:40:18 +00:00
|
|
|
//
|
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
|
2010-02-14 19:40:18 +00:00
|
|
|
//
|
2008-04-22 22:53:53 +00:00
|
|
|
|
|
|
|
#ifndef CURL_IBY
|
|
|
|
#define CURL_IBY
|
|
|
|
|
|
|
|
#include <openenv.iby>
|
|
|
|
#include <libcurl.iby>
|
|
|
|
|
2009-11-04 00:27:19 +00:00
|
|
|
file=ABI_DIR\BUILD_DIR\curl.exe \sys\bin\curl.exe
|
2008-04-22 22:53:53 +00:00
|
|
|
|
|
|
|
#endif // CURL_IBY
|