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
1 changed files with 6 additions and 0 deletions

View File

@ -59,6 +59,12 @@ vc-ssl-dll:
cd ..\src
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:
make -C lib -f Makefile.dj
make -C src -f Makefile.dj