Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated Symbian build files
This is untested, but at least Symbian still has a chance of
still working now.
  • Loading branch information
dfandrich committed Sep 3, 2012
1 parent b6a141e commit abb0da9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/Symbian/bwins/libcurlu.def
Expand Up @@ -57,4 +57,5 @@ EXPORTS
curl_version_info @ 56 NONAME
curl_easy_recv @ 57 NONAME
curl_easy_send @ 58 NONAME
curl_multi_wait @ 59 NONAME

1 change: 1 addition & 0 deletions packages/Symbian/eabi/libcurlu.def
Expand Up @@ -57,4 +57,5 @@ EXPORTS
curl_version_info @ 56 NONAME
curl_easy_recv @ 57 NONAME
curl_easy_send @ 58 NONAME
curl_multi_wait @ 59 NONAME

7 changes: 4 additions & 3 deletions packages/Symbian/group/libcurl.mmp
Expand Up @@ -28,16 +28,17 @@ SOURCE \
curl_fnmatch.c fileinfo.c ftplistparser.c wildcard.c krb5.c \
memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c multi.c \
content_encoding.c share.c http_digest.c md4.c md5.c curl_rand.c \
http_negotiate.c curl_ntlm_msgs.c inet_pton.c strtoofft.c strerror.c \
http_negotiate.c inet_pton.c strtoofft.c strerror.c amigaos.c \
hostasyn.c hostip4.c hostip6.c hostsyn.c inet_ntop.c parsedate.c \
select.c gtls.c sslgen.c tftp.c splay.c strdup.c socks.c ssh.c nss.c \
qssl.c rawstr.c curl_addrinfo.c socks_gssapi.c socks_sspi.c \
curl_sspi.c slist.c nonblock.c curl_memrchr.c imap.c pop3.c smtp.c \
pingpong.c rtsp.c curl_threads.c warnless.c hmac.c polarssl.c \
curl_rtmp.c openldap.c curl_gethostname.c gopher.c axtls.c \
idn_win32.c http_negotiate_sspi.c cyassl.c http_proxy.c non-ascii.c \
asyn-ares.c asyn-thread.c curl_ntlm.c curl_ntlm_wb.c curl_ntlm_core.c \
curl_sasl.c curl_multibyte.c curl_schannel.c curl_darwinssl.c
asyn-ares.c asyn-thread.c curl_gssapi.c curl_ntlm.c curl_ntlm_wb.c \
curl_ntlm_core.c curl_ntlm_msgs.c curl_sasl.c curl_schannel.c \
curl_multibyte.c curl_darwinssl.c

USERINCLUDE ../../../lib ../../../include/curl
#ifdef ENABLE_SSL
Expand Down

0 comments on commit abb0da9

Please sign in to comment.