aboutsummaryrefslogtreecommitdiff
path: root/packages/Symbian/group/curl.mmp
blob: 55dea716e6f6f1a504c250e6ec7ef1a7679a5cac (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 NetworkServices

EPOCSTACKSIZE 0x18000