aboutsummaryrefslogtreecommitdiff
path: root/packages/Symbian/group/curl.mmp
blob: 6fbaf995ebe30d1c108f1a8b9cbe6bc8a250575f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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