git-svn-id: svn://10.65.10.50/branches/R_10_00@23289 c028cbd2-c16b-5b4b-a496-9718f37d4682
16 lines
283 B
Plaintext
16 lines
283 B
Plaintext
//
|
|
// curl file transfer utility command-line utility
|
|
//
|
|
// Use this file with buildrom to add curl to a device ROM
|
|
//
|
|
|
|
#ifndef CURL_IBY
|
|
#define CURL_IBY
|
|
|
|
#include <openenv.iby>
|
|
#include <libcurl.iby>
|
|
|
|
file=ABI_DIR\BUILD_DIR\curl.exe \sys\bin\curl.exe
|
|
|
|
#endif // CURL_IBY
|