mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
Craig Davison fixed the VC++ lines
This commit is contained in:
parent
421fccb12a
commit
76af68e8ab
@ -58,8 +58,16 @@ 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user