]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
added new vc-zlib target.
authorGunter Knauf <gk@gknw.de>
Sun, 11 Jul 2004 12:31:29 +0000 (12:31 +0000)
committerGunter Knauf <gk@gknw.de>
Sun, 11 Jul 2004 12:31:29 +0000 (12:31 +0000)
Makefile.dist

index 2a836eb5aa0f9581d88c9146b76ee096d829388d..782f16c620ea9e09c37f1bfdc09179685d4fb358 100644 (file)
@@ -51,6 +51,12 @@ vc:
        cd ..\src
        nmake /f Makefile.vc6
 
+vc-zlib:
+       cd lib
+       nmake /f Makefile.vc6 cfg=release-zlib
+       cd ..\src
+       nmake /f Makefile.vc6 cfg=release-zlib
+
 vc-ssl:
        cd lib
        nmake /f Makefile.vc6 cfg=release-ssl
@@ -61,7 +67,7 @@ vc-ssl-zlib:
        cd lib
        nmake /f Makefile.vc6 cfg=release-ssl-zlib
        cd ..\src
-       nmake /f Makefile.vc6 cfg=release-ssl
+       nmake /f Makefile.vc6 cfg=release-ssl-zlib
 
 vc-ssl-dll:
        cd lib