From: Daniel Stenberg Date: Mon, 11 Dec 2000 08:16:25 +0000 (+0000) Subject: unix style newlines only X-Git-Tag: curl-7_5_2~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45cf0cf3ec9a1607922d4009647dba0e12f3f51f;p=thirdparty%2Fcurl.git unix style newlines only --- diff --git a/Makefile.dist b/Makefile.dist index 488689d3af..84df7a70f8 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -42,7 +42,7 @@ ############################################################################ all: - ./configure + ./configure make ssl: @@ -62,17 +62,17 @@ mingw32-ssl: cd src; make -f Makefile.m32 SSL=1 vc: - cd lib + cd lib + nmake -f Makefile.vc6 + cd ..\src nmake -f Makefile.vc6 - cd ..\src + +vc-ssl: + cd lib + nmake -f Makefile.vc6 release-ssl + 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