- Sandor Feldi reported bug #1942022
authorDaniel Stenberg <daniel@haxx.se>
Mon, 14 Apr 2008 15:19:05 +0000 (15:19 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 14 Apr 2008 15:19:05 +0000 (15:19 +0000)
  (http://curl.haxx.se/bug/view.cgi?id=1942022) pointing out a mistake in the
  lib/Makefile.vc[68] makefiles' release-ssl-dll target.

CHANGES
lib/Makefile.vc6

diff --git a/CHANGES b/CHANGES
index face399..bc0f815 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,10 @@
 
 
 Daniel Stenberg (14 Apr 2008)
+- Sandor Feldi reported bug #1942022
+  (http://curl.haxx.se/bug/view.cgi?id=1942022) pointing out a mistake in the
+  lib/Makefile.vc[68] makefiles' release-ssl-dll target.
+
 - Brock Noland reported that curl behaved differently depending on which order
   you used -i and -I.
 
index dc396bb..bce42a6 100644 (file)
@@ -165,7 +165,7 @@ TARGET   = $(LIB_NAME).lib
 DIROBJ   = $(CFG)\r
 LFLAGSSSL = "/LIBPATH:$(OPENSSL_PATH)\out32dll"\r
 LNK      = $(LNKLIB) $(WINLIBS) $(SSLLIBS) $(LFLAGSSSL) /out:$(DIROBJ)\$(TARGET)\r
-CC       = $(CCNODBG) $(RTLIB) $(CFLAGSSSL)\r
+CC       = $(CCNODBG) $(RTLIB) $(CFLAGSSSL) $(CFLAGSLIB)\r
 CFGSET   = TRUE\r
 !ENDIF\r
 \r