curl.mmp 1.2 KB

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