From: Daniel Stenberg Date: Wed, 22 Oct 2003 11:26:58 +0000 (+0000) Subject: Dylan Ellicott added the vc-libcurl-ssl-dll target X-Git-Tag: curl-7_10_8~68 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=715c3f6482e22069b6d4f17aa904b08c2a778809;p=thirdparty%2Fcurl.git Dylan Ellicott added the vc-libcurl-ssl-dll target --- diff --git a/Makefile.dist b/Makefile.dist index 31b8435398..ad449ef4d8 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -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