aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2010-05-12 19:05:58 -0700
committerDan Fandrich <dan@coneharvesters.com>2010-05-12 19:05:58 -0700
commit76255cfdc93894747536e281391b6493212b4351 (patch)
treea602f2dcb2b2f50e9f0eda311220261b9064e4b0 /lib/Makefile.vc6
parentad6bc4d82e17c65322f2a2ee5fb0b1895dd19e94 (diff)
Added Polar SSL and RTMP files to the non-autoconf build files
I didn't bother with a few that have little hope of running the required dependent libraries.
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 601ae8e44..7e117e97e 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -452,6 +452,7 @@ X_OBJS= \
$(DIROBJ)\curl_fnmatch.obj \
$(DIROBJ)\curl_memrchr.obj \
$(DIROBJ)\curl_rand.obj \
+ $(DIROBJ)\curl_rtmp.obj \
$(DIROBJ)\curl_sspi.obj \
$(DIROBJ)\curl_threads.obj \
$(DIROBJ)\dict.obj \
@@ -493,6 +494,7 @@ X_OBJS= \
$(DIROBJ)\nonblock.obj \
$(DIROBJ)\parsedate.obj \
$(DIROBJ)\pingpong.obj \
+ $(DIROBJ)\polarssl.obj \
$(DIROBJ)\pop3.obj \
$(DIROBJ)\progress.obj \
$(DIROBJ)\rawstr.obj \