]> granicus.if.org Git - curl/commitdiff
Craig Davison fixed the VC++ lines
authorDaniel Stenberg <daniel@haxx.se>
Fri, 1 Dec 2000 07:01:14 +0000 (07:01 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 1 Dec 2000 07:01:14 +0000 (07:01 +0000)
Makefile.dist

index c8d75ff40f9a6e36bf8f0ae1e45d4b3505075d17..3773c4a620ad597bb3218bae0a0c0cdb853ce58a 100644 (file)
@@ -42,7 +42,7 @@
 ############################################################################
 
 all:
-       ./configure
+       ./configure\r
        make
 
 ssl:
@@ -58,9 +58,17 @@ mingw32-ssl:
        cd src; make -f Makefile.m32 SSL=1
 
 vc:
-       cd lib; nmake -f Makefile.vc6
-       cd src; nmake -f Makefile.vc6
+       cd lib\r
+       nmake -f Makefile.vc6
+       cd ..\src\r
+       nmake -f Makefile.vc6
 
+vc-ssl:\r
+       cd lib\r
+       nmake -f Makefile.vc6 release-ssl\r
+       cd ..\src\r
+       nmake -f Makefile.vc6\r
+\r
 cygwin:
        ./configure
        make