libcurl.mmp 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. //
  2. // libcurl.dll cURL network retrieval client library
  3. //
  4. TARGET libcurl.dll
  5. TARGETTYPE dll
  6. UID 0x1000008d 0xF0206D00
  7. MACRO BUILDING_LIBCURL=1
  8. SOURCEPATH ../../../lib
  9. SOURCE \
  10. file.c timeval.c base64.c hostip.c progress.c formdata.c \
  11. cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c \
  12. ldap.c ssluse.c version.c getenv.c escape.c mprintf.c telnet.c \
  13. netrc.c getinfo.c transfer.c strequal.c easy.c security.c krb4.c \
  14. krb5.c memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c \
  15. multi.c content_encoding.c share.c http_digest.c md5.c \
  16. http_negotiate.c http_ntlm.c inet_pton.c strtoofft.c strerror.c \
  17. hostares.c hostasyn.c hostip4.c hostip6.c hostsyn.c hostthre.c \
  18. inet_ntop.c parsedate.c select.c gtls.c sslgen.c tftp.c splay.c \
  19. strdup.c socks.c ssh.c nss.c qssl.c
  20. USERINCLUDE ../../../lib
  21. SYSTEMINCLUDE ../../../include ../../../include/curl \
  22. /epoc32/include/stdapis /epoc32/include
  23. LIBRARY euser.lib libc.lib
  24. CAPABILITY NetworkServices
  25. EPOCALLOWDLLDATA