mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Craig Davison fixed the VC++ lines
This commit is contained in:
parent
421fccb12a
commit
76af68e8ab
@ -42,7 +42,7 @@
|
|||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
all:
|
all:
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
|
|
||||||
ssl:
|
ssl:
|
||||||
@ -58,9 +58,17 @@ mingw32-ssl:
|
|||||||
cd src; make -f Makefile.m32 SSL=1
|
cd src; make -f Makefile.m32 SSL=1
|
||||||
|
|
||||||
vc:
|
vc:
|
||||||
cd lib; nmake -f Makefile.vc6
|
cd lib
|
||||||
cd src; nmake -f Makefile.vc6
|
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:
|
cygwin:
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
|
Loading…
Reference in New Issue
Block a user