Skip to content
Snippets Groups Projects
Commit 76af68e8 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Craig Davison fixed the VC++ lines

parent 421fccb1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment