aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-01-26 09:20:09 +0000
committerYang Tse <yangsita@gmail.com>2010-01-26 09:20:09 +0000
commit1d86ebfc88dcffd98f650cd42a6ef9a07d2d4fc0 (patch)
tree49e3c4a27aeac0db2c4fad4f4542851c1927ffcb /lib/Makefile.vc6
parenta9b860765d84b975bf1165ccc0dac2ff3c1789ae (diff)
add curl_threads.c to non-configure target build files
Diffstat (limited to 'lib/Makefile.vc6')
-rw-r--r--lib/Makefile.vc61
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index fece41647..442595596 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -453,6 +453,7 @@ X_OBJS= \
$(DIROBJ)\curl_memrchr.obj \
$(DIROBJ)\curl_rand.obj \
$(DIROBJ)\curl_sspi.obj \
+ $(DIROBJ)\curl_threads.obj \
$(DIROBJ)\dict.obj \
$(DIROBJ)\easy.obj \
$(DIROBJ)\escape.obj \