diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2012-09-03 22:50:12 +0200 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2012-09-03 22:54:58 +0200 |
commit | abb0da919300eeaad739a2a1fd962b8d67a6d2d6 (patch) | |
tree | 8a68ee61007332ee9d5bc616c53bbfb15a141d2e /packages | |
parent | b6a141ea8a5f814d52d350d4c251e202e727b44d (diff) | |
download | curl-abb0da919300eeaad739a2a1fd962b8d67a6d2d6.tar.gz |
Updated Symbian build files
This is untested, but at least Symbian still has a chance of
still working now.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/Symbian/bwins/libcurlu.def | 1 | ||||
-rw-r--r-- | packages/Symbian/eabi/libcurlu.def | 1 | ||||
-rw-r--r-- | packages/Symbian/group/libcurl.mmp | 7 |
3 files changed, 6 insertions, 3 deletions
diff --git a/packages/Symbian/bwins/libcurlu.def b/packages/Symbian/bwins/libcurlu.def index 4d693a9b4..035df1352 100644 --- a/packages/Symbian/bwins/libcurlu.def +++ b/packages/Symbian/bwins/libcurlu.def @@ -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 diff --git a/packages/Symbian/eabi/libcurlu.def b/packages/Symbian/eabi/libcurlu.def index 4d693a9b4..035df1352 100644 --- a/packages/Symbian/eabi/libcurlu.def +++ b/packages/Symbian/eabi/libcurlu.def @@ -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 diff --git a/packages/Symbian/group/libcurl.mmp b/packages/Symbian/group/libcurl.mmp index 3c3389d82..94c7df414 100644 --- a/packages/Symbian/group/libcurl.mmp +++ b/packages/Symbian/group/libcurl.mmp @@ -28,7 +28,7 @@ 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 \ @@ -36,8 +36,9 @@ SOURCE \ 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 |