mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:21:41 +03:00
Added ZLIB switch for activation of content encoding in Makefile.m32
This commit is contained in:
parent
2d02d20911
commit
ddeb2613ec
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue