Added ZLIB switch for activation of content encoding in Makefile.m32
authorJoern Hartroth <Joern.Hartroth@comma-soft.com>
Sat, 7 Sep 2002 21:44:02 +0000 (21:44 +0000)
committerJoern Hartroth <Joern.Hartroth@comma-soft.com>
Sat, 7 Sep 2002 21:44:02 +0000 (21:44 +0000)
Makefile.dist

index ea56476..03948ea 100644 (file)
@@ -34,12 +34,12 @@ borland:
        cd src & make -f Makefile.b32
 
 mingw32:
-       cd lib & make -f Makefile.m32
-       cd src & make -f Makefile.m32
+       cd lib & make -f Makefile.m32 ZLIB=1
+       cd src & make -f Makefile.m32 ZLIB=1
 
 mingw32-ssl:
-       cd lib & make -f Makefile.m32 SSL=1
-       cd src & make -f Makefile.m32 SSL=1
+       cd lib & make -f Makefile.m32 SSL=1 ZLIB=1
+       cd src & make -f Makefile.m32 SSL=1 ZLIB=1
 
 vc:
        cd lib