2008-04-22 22:53:53 +00:00
|
|
|
//
|
|
|
|
// cURL network retrieval client
|
|
|
|
//
|
|
|
|
|
|
|
|
TARGET curl.exe
|
|
|
|
TARGETTYPE exe
|
2008-04-25 22:49:18 +00:00
|
|
|
UID 0x00000000 0xF0206442
|
2008-04-22 22:53:53 +00:00
|
|
|
|
2008-05-13 17:50:03 +00:00
|
|
|
SOURCEPATH ../../../src
|
2008-04-22 22:53:53 +00:00
|
|
|
SOURCE \
|
|
|
|
main.c hugehelp.c urlglob.c writeout.c writeenv.c \
|
2008-05-13 17:50:03 +00:00
|
|
|
getpass.c homedir.c curlutil.c
|
2008-04-22 22:53:53 +00:00
|
|
|
|
2008-10-24 18:45:00 +00:00
|
|
|
SOURCEPATH ../../../lib
|
|
|
|
SOURCE \
|
2009-07-15 21:49:47 +00:00
|
|
|
rawstr.c nonblock.c
|
2008-10-24 18:45:00 +00:00
|
|
|
|
2008-10-28 20:05:09 +00:00
|
|
|
USERINCLUDE ../../../src ../../../lib ../../../include/curl
|
|
|
|
|
|
|
|
SYSTEMINCLUDE ../../../include /epoc32/include /epoc32/include/stdapis
|
2008-04-22 22:53:53 +00:00
|
|
|
|
|
|
|
LIBRARY euser.lib libc.lib libcurl.lib
|
|
|
|
STATICLIBRARY libcrt0.lib
|
|
|
|
|
2008-04-24 23:24:57 +00:00
|
|
|
CAPABILITY NetworkServices
|
2008-04-22 22:53:53 +00:00
|
|
|
|
2008-05-14 23:38:21 +00:00
|
|
|
EPOCSTACKSIZE 0x8000
|
2008-04-22 22:53:53 +00:00
|
|
|
|