diff options
author | Lucas Eckels <eckels@google.com> | 2012-08-06 15:07:02 -0700 |
---|---|---|
committer | Lucas Eckels <eckels@google.com> | 2012-08-08 09:28:48 -0700 |
commit | 9bd90e6e25f1e55f50201c87a1b5837de7e5b64a (patch) | |
tree | d2061a00d7d0ee884170bc955fceeed2d0edf284 /packages/Symbian/group/curl.iby | |
parent | e6f2b03027b5feb92b30f5d47801ec3fabe9fd95 (diff) | |
download | android_external_curl-9bd90e6e25f1e55f50201c87a1b5837de7e5b64a.tar.gz android_external_curl-9bd90e6e25f1e55f50201c87a1b5837de7e5b64a.tar.bz2 android_external_curl-9bd90e6e25f1e55f50201c87a1b5837de7e5b64a.zip |
Add Music Manager's curl 7.21.2 source.
Change-Id: I259a43fa52d581524a5ce8ae1711467acb1d9d50
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 |