blob: 33eac4ad65101e4fd1096251765e230031b3ba00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//
// curl file transfer utility command-line utility
//
#ifndef CURL_IBY
#define CURL_IBY
#include <openenv.iby>
#include <libcurl.iby>
file=ABI_DIR\BUILD_DIR\curl.exe System\Programs\curl.exe
#endif // CURL_IBY
|