Fixed bugs for building debug and SSL lib in VC makefile
authorsm <sm@resistor.net>
Thu, 9 Aug 2001 22:43:43 +0000 (22:43 +0000)
committersm <sm@resistor.net>
Thu, 9 Aug 2001 22:43:43 +0000 (22:43 +0000)
lib/Makefile.vc6

index 550ddc2..18e48dc 100644 (file)
@@ -11,7 +11,7 @@
 \r
 PROGRAM_NAME = libcurl.lib\r
 PROGRAM_NAME_DEBUG = libcurld.lib\r
-#OPENSSL_PATH = ../../openssl-0.9.6a\r
+#OPENSSL_PATH = ../../openssl-0.9.6b\r
 \r
 ########################################################\r
 ## Nothing more to do below this line!\r
@@ -294,7 +294,7 @@ easyd.obj: easy.c
 strequald.obj: strequal.c\r
        $(CCD) $(CFLAGS) strequal.c\r
 strtokd.obj:strtok.c\r
-       $(CCR) $(CFLAGS) strtok.c\r
+       $(CCD) $(CFLAGS) strtok.c\r
 \r
 ## Release SSL\r
 base64rs.obj: base64.c\r
@@ -356,7 +356,7 @@ easyrs.obj: easy.c
 strequalrs.obj: strequal.c\r
        $(CCRS) $(CFLAGS) strequal.c\r
 strtokrs.obj:strtok.c\r
-       $(CCR) $(CFLAGS) strtok.c\r
+       $(CCRS) $(CFLAGS) strtok.c\r
 \r
 \r
 clean:\r