aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2012-06-27 14:04:42 +0200
committerYang Tse <yangsita@gmail.com>2012-06-27 14:05:32 +0200
commite6b2eb78a2015b6724b7214c1f868b8146c2a316 (patch)
tree360930c0f4197fca545a628065de461a5f0ff3d4 /lib/Makefile.vc6
parent6c09ffaf468c47a8b7602d9ee6bbf146e860c994 (diff)
build: add curl_schannel and curl_darwinssl files to other build systems
Diffstat (limited to 'lib/Makefile.vc6')
-rw-r--r--lib/Makefile.vc62
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index 1afcf84b1..597e59393 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -501,6 +501,7 @@ X_OBJS= \
$(DIROBJ)\content_encoding.obj \
$(DIROBJ)\cookie.obj \
$(DIROBJ)\curl_addrinfo.obj \
+ $(DIROBJ)\curl_darwinssl.obj \
$(DIROBJ)\curl_fnmatch.obj \
$(DIROBJ)\curl_gethostname.obj \
$(DIROBJ)\curl_memrchr.obj \
@@ -512,6 +513,7 @@ X_OBJS= \
$(DIROBJ)\curl_rand.obj \
$(DIROBJ)\curl_rtmp.obj \
$(DIROBJ)\curl_sasl.obj \
+ $(DIROBJ)\curl_schannel.obj \
$(DIROBJ)\curl_sspi.obj \
$(DIROBJ)\curl_threads.obj \
$(DIROBJ)\dict.obj \