]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Dylan Ellicott added the vc-libcurl-ssl-dll target
authorDaniel Stenberg <daniel@haxx.se>
Wed, 22 Oct 2003 11:26:58 +0000 (11:26 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 Oct 2003 11:26:58 +0000 (11:26 +0000)
Makefile.dist

index 31b8435398d6b4c84274b1e6f68ac3ee9ecfeffd..ad449ef4d8bc6efe6aadf15da1e4c13c8b6eeb9c 100644 (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