mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-02-25 12:40:46 +00:00
16 lines
283 B
Text
16 lines
283 B
Text
|
//
|
||
|
// 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
|