From: Daniel Stenberg Date: Fri, 1 Dec 2000 07:01:14 +0000 (+0000) Subject: Craig Davison fixed the VC++ lines X-Git-Tag: curl-7_5~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76af68e8ab99410b524907e7babfee3e070d93ba;p=curl Craig Davison fixed the VC++ lines --- diff --git a/Makefile.dist b/Makefile.dist index c8d75ff40..3773c4a62 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -42,7 +42,7 @@ ############################################################################ all: - ./configure + ./configure 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 + nmake -f Makefile.vc6 + cd ..\src + nmake -f Makefile.vc6 +vc-ssl: + cd lib + nmake -f Makefile.vc6 release-ssl + cd ..\src + nmake -f Makefile.vc6 + cygwin: ./configure make