diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2011-04-25 18:07:32 -0700 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2011-04-25 18:07:32 -0700 |
commit | 4235457129d6993ab0620ae07f16031f9637fd01 (patch) | |
tree | 466d63932db37076ec0670d33a8059f193c29096 /lib | |
parent | e9542ccab679cba38dd2ea0318bf05a68b59bc55 (diff) | |
download | curl-4235457129d6993ab0620ae07f16031f9637fd01.tar.gz |
Added new resolver sources to Symbian and VC6 build files
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.vc6 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index cd712306d..975cf852d 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -457,6 +457,8 @@ clean: # A config was provided, so the library can be built.
#
X_OBJS= \
+ $(DIROBJ)\asyn-ares.obj \
+ $(DIROBJ)\asyn-thread.obj \
$(DIROBJ)\base64.obj \
$(DIROBJ)\connect.obj \
$(DIROBJ)\content_encoding.obj \
@@ -479,17 +481,15 @@ X_OBJS= \ $(DIROBJ)\ftp.obj \
$(DIROBJ)\getenv.obj \
$(DIROBJ)\getinfo.obj \
- $(DIROBJ)\gtls.obj \
$(DIROBJ)\gopher.obj \
+ $(DIROBJ)\gtls.obj \
$(DIROBJ)\hash.obj \
$(DIROBJ)\hmac.obj \
- $(DIROBJ)\hostares.obj \
$(DIROBJ)\hostasyn.obj \
$(DIROBJ)\hostip4.obj \
$(DIROBJ)\hostip6.obj \
$(DIROBJ)\hostip.obj \
$(DIROBJ)\hostsyn.obj \
- $(DIROBJ)\hostthre.obj \
$(DIROBJ)\http_chunks.obj \
$(DIROBJ)\http_digest.obj \
$(DIROBJ)\http_negotiate.obj \
|