diff options
author | Joern Hartroth <Joern.Hartroth@comma-soft.com> | 2002-09-07 21:44:02 +0000 |
---|---|---|
committer | Joern Hartroth <Joern.Hartroth@comma-soft.com> | 2002-09-07 21:44:02 +0000 |
commit | ddeb2613ec23261efcace08588a7b185399cb858 (patch) | |
tree | 4f5c626ce928eda3d5a142028656bae9ff97cf52 /Makefile.dist | |
parent | 2d02d209112b2e605609cbd2508f8f9834accb6c (diff) | |
download | curl-ddeb2613ec23261efcace08588a7b185399cb858.tar.gz |
Added ZLIB switch for activation of content encoding in Makefile.m32
Diffstat (limited to 'Makefile.dist')
-rw-r--r-- | Makefile.dist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.dist b/Makefile.dist index ea56476e0..03948ea24 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -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 |