aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-12 09:18:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-12 09:18:37 +0000
commit8ce10b5dfa60581845a8d2c2727ef475e5dfc3cd (patch)
tree568be181961304d399804c6c08df859ace9cf3d6 /src
parent943e31b35ce1afa62746d321d6a05763f0aa2a51 (diff)
Jörn fixes for 7.9.8 build
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.m324
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.m32 b/src/Makefile.m32
index aadf4246d..57d24d4fc 100644
--- a/src/Makefile.m32
+++ b/src/Makefile.m32
@@ -11,7 +11,7 @@
CC = gcc
STRIP = strip -s
-OPENSSL_PATH = ../../openssl-0.9.6b
+OPENSSL_PATH = ../../openssl-0.9.6d
# We may need these someday
# PERL = perl
@@ -36,7 +36,7 @@ else
curl_DEPENDENCIES = ../lib/libcurl.a
curl_LDADD = -L../lib -lcurl
endif
-curl_LDADD += -lwsock32 -lws2_32
+curl_LDADD += -lwsock32 -lws2_32 -lwinmm
ifdef SSL
curl_LDADD += -L$(OPENSSL_PATH)/out -leay32 -lssl32 -lRSAglue
endif