mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 19:45:04 -05:00
24 lines
468 B
Plaintext
24 lines
468 B
Plaintext
//
|
|
// 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
|
|
|