mirror of
https://github.com/moparisthebest/curl
synced 2025-01-09 04:58:00 -05:00
Added ZLIB switch for activation of content encoding in Makefile.m32
This commit is contained in:
parent
2d02d20911
commit
ddeb2613ec
@ -34,12 +34,12 @@ borland:
|
|||||||
cd src & make -f Makefile.b32
|
cd src & make -f Makefile.b32
|
||||||
|
|
||||||
mingw32:
|
mingw32:
|
||||||
cd lib & make -f Makefile.m32
|
cd lib & make -f Makefile.m32 ZLIB=1
|
||||||
cd src & make -f Makefile.m32
|
cd src & make -f Makefile.m32 ZLIB=1
|
||||||
|
|
||||||
mingw32-ssl:
|
mingw32-ssl:
|
||||||
cd lib & make -f Makefile.m32 SSL=1
|
cd lib & make -f Makefile.m32 SSL=1 ZLIB=1
|
||||||
cd src & make -f Makefile.m32 SSL=1
|
cd src & make -f Makefile.m32 SSL=1 ZLIB=1
|
||||||
|
|
||||||
vc:
|
vc:
|
||||||
cd lib
|
cd lib
|
||||||
|
Loading…
Reference in New Issue
Block a user