Commit ddeb2613 authored by Joern Hartroth's avatar Joern Hartroth
Browse files

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

parent 2d02d209
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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