blob: 4b304a3d9fb0ddae0a1d19a3febf71f221114088 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001//
2// curl network retrieval client
3//
4
5TARGET curl.exe
6TARGETTYPE exe
7UID 0x00000000 0xF0206442
8
9SOURCEPATH ../../../src
10SOURCE \
11 tool_binmode.c \
12 tool_bname.c \
13 tool_cb_dbg.c \
14 tool_cb_hdr.c \
15 tool_cb_prg.c \
16 tool_cb_rea.c \
17 tool_cb_see.c \
18 tool_cb_wrt.c \
19 tool_cfgable.c \
20 tool_convert.c \
21 tool_dirhie.c \
22 tool_doswin.c \
23 tool_easysrc.c \
24 tool_formparse.c \
25 tool_getparam.c \
26 tool_getpass.c \
27 tool_help.c \
28 tool_helpers.c \
29 tool_homedir.c \
30 tool_hugehelp.c \
31 tool_libinfo.c \
32 tool_main.c \
33 tool_metalink.c \
34 tool_mfiles.c \
35 tool_msgs.c \
36 tool_operate.c \
37 tool_operhlp.c \
38 tool_panykey.c \
39 tool_paramhlp.c \
40 tool_parsecfg.c \
41 tool_setopt.c \
42 tool_sleep.c \
43 tool_urlglob.c \
44 tool_util.c \
45 tool_vms.c \
46 tool_writeenv.c \
47 tool_writeout.c \
48 tool_xattr.c
49
50SOURCEPATH ../../../lib
51SOURCE \
52 strcase.c nonblock.c
53
54USERINCLUDE ../../../src ../../../lib ../../../include/curl
55
56SYSTEMINCLUDE ../../../include /epoc32/include /epoc32/include/stdapis
57
58LIBRARY euser.lib libc.lib libcurl.lib
59STATICLIBRARY libcrt0.lib
60
61CAPABILITY NetworkServices
62
63EPOCSTACKSIZE 0x8000
64