mirror of
https://github.com/curl/curl.git
synced 2026-07-22 17:27:16 +03:00
added new vc-zlib target.
This commit is contained in:
parent
15f3b4b6d1
commit
11f58ea896
1 changed files with 7 additions and 1 deletions
|
|
@ -51,6 +51,12 @@ vc:
|
|||
cd ..\src
|
||||
nmake /f Makefile.vc6
|
||||
|
||||
vc-zlib:
|
||||
cd lib
|
||||
nmake /f Makefile.vc6 cfg=release-zlib
|
||||
cd ..\src
|
||||
nmake /f Makefile.vc6 cfg=release-zlib
|
||||
|
||||
vc-ssl:
|
||||
cd lib
|
||||
nmake /f Makefile.vc6 cfg=release-ssl
|
||||
|
|
@ -61,7 +67,7 @@ vc-ssl-zlib:
|
|||
cd lib
|
||||
nmake /f Makefile.vc6 cfg=release-ssl-zlib
|
||||
cd ..\src
|
||||
nmake /f Makefile.vc6 cfg=release-ssl
|
||||
nmake /f Makefile.vc6 cfg=release-ssl-zlib
|
||||
|
||||
vc-ssl-dll:
|
||||
cd lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue