projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d02d20
)
Added ZLIB switch for activation of content encoding in Makefile.m32
author
Joern Hartroth
<Joern.Hartroth@comma-soft.com>
Sat, 7 Sep 2002 21:44:02 +0000
(21:44 +0000)
committer
Joern Hartroth
<Joern.Hartroth@comma-soft.com>
Sat, 7 Sep 2002 21:44:02 +0000
(21:44 +0000)
Makefile.dist
patch
|
blob
|
history
diff --git
a/Makefile.dist
b/Makefile.dist
index ea56476e018bac6efc3e21e385a2d3fee9a06032..03948ea24b64f268f4a8f90f3ecbc9254036edb5 100644
(file)
--- 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