aboutsummaryrefslogtreecommitdiff
path: root/packages/Symbian/group/curl.mmp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Symbian/group/curl.mmp')
-rw-r--r--packages/Symbian/group/curl.mmp23
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/Symbian/group/curl.mmp b/packages/Symbian/group/curl.mmp
new file mode 100644
index 000000000..6fbaf995e
--- /dev/null
+++ b/packages/Symbian/group/curl.mmp
@@ -0,0 +1,23 @@
+//
+// cURL network retrieval client
+//
+
+TARGET curl.exe
+TARGETTYPE exe
+UID 0x00000000 0x10206442
+
+SOURCEPATH ..\..\..\src
+SOURCE \
+ main.c hugehelp.c urlglob.c writeout.c writeenv.c \
+ getpass.c homedir.c curlutil.c
+
+SYSTEMINCLUDE ..\..\..\include ..\..\..\lib ..\..\..\include\curl \
+ \epoc32\include \epoc32\include\stdapis
+
+LIBRARY euser.lib libc.lib libcurl.lib
+STATICLIBRARY libcrt0.lib
+
+CAPABILITY ALL -Tcb
+
+EPOCSTACKSIZE 0x18000
+