diff options
Diffstat (limited to 'packages/Symbian/group/curl.iby')
-rw-r--r-- | packages/Symbian/group/curl.iby | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/Symbian/group/curl.iby b/packages/Symbian/group/curl.iby new file mode 100644 index 0000000..7921aaa --- /dev/null +++ b/packages/Symbian/group/curl.iby @@ -0,0 +1,15 @@ +// +// 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 |