]> granicus.if.org Git - curl/commitdiff
Added new resolver sources to Symbian and VC6 build files
authorDan Fandrich <dan@coneharvesters.com>
Tue, 26 Apr 2011 01:07:32 +0000 (18:07 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 26 Apr 2011 01:07:32 +0000 (18:07 -0700)
lib/Makefile.vc6
packages/Symbian/group/libcurl.mmp

index cd712306d468c3dad51a225610c6d5039f93239f..975cf852d7c45b3c1f65e905ae8f90e8c816e8d5 100644 (file)
@@ -457,6 +457,8 @@ clean:
 # A config was provided, so the library can be built.\r
 #\r
 X_OBJS= \\r
+       $(DIROBJ)\asyn-ares.obj \\r
+       $(DIROBJ)\asyn-thread.obj \\r
        $(DIROBJ)\base64.obj \\r
        $(DIROBJ)\connect.obj \\r
        $(DIROBJ)\content_encoding.obj \\r
@@ -479,17 +481,15 @@ X_OBJS= \
        $(DIROBJ)\ftp.obj \\r
        $(DIROBJ)\getenv.obj \\r
        $(DIROBJ)\getinfo.obj \\r
-       $(DIROBJ)\gtls.obj \\r
        $(DIROBJ)\gopher.obj \\r
+       $(DIROBJ)\gtls.obj \\r
        $(DIROBJ)\hash.obj \\r
        $(DIROBJ)\hmac.obj \\r
-       $(DIROBJ)\hostares.obj \\r
        $(DIROBJ)\hostasyn.obj \\r
        $(DIROBJ)\hostip4.obj \\r
        $(DIROBJ)\hostip6.obj \\r
        $(DIROBJ)\hostip.obj \\r
        $(DIROBJ)\hostsyn.obj \\r
-       $(DIROBJ)\hostthre.obj \\r
        $(DIROBJ)\http_chunks.obj \\r
        $(DIROBJ)\http_digest.obj \\r
        $(DIROBJ)\http_negotiate.obj \\r
index 172623a0ddde559ad587994195a0cb0dac1192a0..274ba1fe7376e15f0bf9aefe707e47986e567bf6 100644 (file)
@@ -29,13 +29,14 @@ SOURCE \
   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 http_ntlm.c inet_pton.c strtoofft.c strerror.c      \
-  hostares.c hostasyn.c hostip4.c hostip6.c hostsyn.c hostthre.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
+  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
 
 USERINCLUDE   ../../../lib ../../../include/curl
 #ifdef ENABLE_SSL