diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-01 19:10:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-01 19:10:32 (GMT) |
commit | d2cdeda593457c08bfa561d317374933f9fcf925 (patch) | |
tree | 77c302923d88e96f0b6fbb399719fc25530be29c /compat/zlib/old/Makefile.emx | |
parent | a04ce08575e6013ffee3376c7d045a6709dee314 (diff) | |
download | tcl-d2cdeda593457c08bfa561d317374933f9fcf925.zip tcl-d2cdeda593457c08bfa561d317374933f9fcf925.tar.gz tcl-d2cdeda593457c08bfa561d317374933f9fcf925.tar.bz2 |
Update zlib to version 1.2.9. Dll's and *.lib files not updated yet
Diffstat (limited to 'compat/zlib/old/Makefile.emx')
-rw-r--r-- | compat/zlib/old/Makefile.emx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/zlib/old/Makefile.emx b/compat/zlib/old/Makefile.emx index 4d6ab0e..612b037 100644 --- a/compat/zlib/old/Makefile.emx +++ b/compat/zlib/old/Makefile.emx @@ -11,7 +11,7 @@ CC=gcc -Zwin32 #CFLAGS=-MMD -O #CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7 -#CFLAGS=-MMD -g -DDEBUG +#CFLAGS=-MMD -g -DZLIB_DEBUG CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ -Wstrict-prototypes -Wmissing-prototypes |