]> granicus.if.org Git - curl/commitdiff
Peteris Krumins pointed out that the standard MingW32 build depends on zlib; removed...
authorGunter Knauf <gk@gknw.de>
Fri, 3 Aug 2007 11:24:22 +0000 (11:24 +0000)
committerGunter Knauf <gk@gknw.de>
Fri, 3 Aug 2007 11:24:22 +0000 (11:24 +0000)
Makefile.dist

index c5f4e80761028d7e964f0f51ce03d92066191fe2..f01b361d37c241c15b1e0e45b193f8f2c8261df8 100644 (file)
@@ -68,18 +68,22 @@ watcom-clean:
        wmake -f Makefile.Watcom clean
 
 mingw32:
+       $(MAKE) -C lib -f Makefile.m32
+       $(MAKE) -C src -f Makefile.m32
+
+mingw32-zlib:
        $(MAKE) -C lib -f Makefile.m32 ZLIB=1
        $(MAKE) -C src -f Makefile.m32 ZLIB=1
 
-mingw32-ssl:
+mingw32-ssl-zlib:
        $(MAKE) -C lib -f Makefile.m32 SSL=1 ZLIB=1
        $(MAKE) -C src -f Makefile.m32 SSL=1 ZLIB=1
 
-mingw32-ssh2-ssl:
+mingw32-ssh2-ssl-zlib:
        $(MAKE) -C lib -f Makefile.m32 SSH2=1 SSL=1 ZLIB=1
        $(MAKE) -C src -f Makefile.m32 SSH2=1 SSL=1 ZLIB=1
 
-mingw32-ssh2-ssl-sspi:
+mingw32-ssh2-ssl-sspi-zlib:
        $(MAKE) -C lib -f Makefile.m32 SSH2=1 SSL=1 SSPI=1 ZLIB=1
        $(MAKE) -C src -f Makefile.m32 SSH2=1 SSL=1 SSPI=1 ZLIB=1