Craig Davison fixed the VC++ lines

This commit is contained in:
Daniel Stenberg 2000-12-01 07:01:14 +00:00
parent 421fccb12a
commit 76af68e8ab
1 changed files with 11 additions and 3 deletions

View File

@ -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