1
0
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:
Daniel Stenberg 2003-10-22 11:26:58 +00:00
parent f232baf4d2
commit 715c3f6482

View File

@ -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