curl.iby 283 B

123456789101112131415
  1. //
  2. // curl file transfer utility command-line utility
  3. //
  4. // Use this file with buildrom to add curl to a device ROM
  5. //
  6. #ifndef CURL_IBY
  7. #define CURL_IBY
  8. #include <openenv.iby>
  9. #include <libcurl.iby>
  10. file=ABI_DIR\BUILD_DIR\curl.exe \sys\bin\curl.exe
  11. #endif // CURL_IBY