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