aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-09-17 14:23:27 +0000
committerYang Tse <yangsita@gmail.com>2009-09-17 14:23:27 +0000
commitf2f45339dc378ed4d15b19ebf8d16e9f58d776e8 (patch)
treea9656262c646f1d8e35084d8bad29f0ec4db3f73 /lib/Makefile.vc6
parentbe5c815f630f47fb9d9d520f526c24a902862db5 (diff)
Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.h
into curl_rand.c and curl_rand.h
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 09fd14a9c..8ad31981d 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -450,6 +450,7 @@ X_OBJS= \
$(DIROBJ)\content_encoding.obj \
$(DIROBJ)\cookie.obj \
$(DIROBJ)\curl_addrinfo.obj \
+ $(DIROBJ)\curl_rand.obj \
$(DIROBJ)\curl_sspi.obj \
$(DIROBJ)\dict.obj \
$(DIROBJ)\easy.obj \