Added ZLIB switch for activation of content encoding in Makefile.m32

This commit is contained in:
Joern Hartroth 2002-09-07 21:44:02 +00:00
parent 2d02d20911
commit ddeb2613ec
1 changed files with 4 additions and 4 deletions

View 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