diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-01 19:15:39 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-01 19:15:39 (GMT) |
commit | ed907130be8d1febd42f6634573c9148a6a9969d (patch) | |
tree | aea51eef2ca75a53cf572e338777dde86557b64d /compat/zlib/msdos | |
parent | 0da419c1878651e189021c9f6e13cd5824fac68d (diff) | |
download | tcl-ed907130be8d1febd42f6634573c9148a6a9969d.zip tcl-ed907130be8d1febd42f6634573c9148a6a9969d.tar.gz tcl-ed907130be8d1febd42f6634573c9148a6a9969d.tar.bz2 |
(cherry-pick): Update zlib to version 1.2.9. Dll's and *.lib files not updated yet
Diffstat (limited to 'compat/zlib/msdos')
-rw-r--r-- | compat/zlib/msdos/Makefile.dj2 | 2 | ||||
-rw-r--r-- | compat/zlib/msdos/Makefile.emx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/compat/zlib/msdos/Makefile.dj2 b/compat/zlib/msdos/Makefile.dj2 index 29b0395..59d2037 100644 --- a/compat/zlib/msdos/Makefile.dj2 +++ b/compat/zlib/msdos/Makefile.dj2 @@ -29,7 +29,7 @@ CC=gcc #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 diff --git a/compat/zlib/msdos/Makefile.emx b/compat/zlib/msdos/Makefile.emx index 9c1b57a..e30f67b 100644 --- a/compat/zlib/msdos/Makefile.emx +++ b/compat/zlib/msdos/Makefile.emx @@ -11,7 +11,7 @@ CC=gcc #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 |