mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Dylan Ellicott added the vc-libcurl-ssl-dll target
This commit is contained in:
parent
f232baf4d2
commit
715c3f6482
@ -59,6 +59,12 @@ vc-ssl-dll:
|
|||||||
cd ..\src
|
cd ..\src
|
||||||
nmake -f Makefile.vc6
|
nmake -f Makefile.vc6
|
||||||
|
|
||||||
|
vc-libcurl-ssl-dll:
|
||||||
|
cd lib
|
||||||
|
nmake -f Makefile.vc6 cfg=release-libcurl-ssl-dll
|
||||||
|
cd ..\src
|
||||||
|
nmake -f Makefile.vc6
|
||||||
|
|
||||||
djgpp:
|
djgpp:
|
||||||
make -C lib -f Makefile.dj
|
make -C lib -f Makefile.dj
|
||||||
make -C src -f Makefile.dj
|
make -C src -f Makefile.dj
|
||||||
|
Loading…
Reference in New Issue
Block a user