diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-08 19:18:45 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-08 19:18:45 -0600 |
commit | 20e82ae2a2cb2ab0797b1405b2da7cb7b9a4be0c (patch) | |
tree | 05760d206cb2cf66e15204658a5bef26fc0004c7 /scripts/makefile.tc3 | |
parent | e890cb118c4a681c2b4af095a363fc9e50eb180a (diff) | |
download | libpng-20e82ae2a2cb2ab0797b1405b2da7cb7b9a4be0c.tar.gz |
[master] Added deprectated-use reporting
ported from libpng-1.4.0
Diffstat (limited to 'scripts/makefile.tc3')
-rw-r--r-- | scripts/makefile.tc3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.tc3 b/scripts/makefile.tc3 index 21435a68e..951af0d5c 100644 --- a/scripts/makefile.tc3 +++ b/scripts/makefile.tc3 @@ -6,8 +6,8 @@ # ----- Turbo C 3.00 (can be modified to work with earlier versions) ----- MODEL=l -CFLAGS=-O2 -Z -m$(MODEL) -I..\zlib -#CFLAGS=-D_NO_PROTO -O2 -Z -m$(MODEL) -I..\zlib # Turbo C older than 3.00 +CFLAGS=-DPNG_CONFIGURE_LIBPNG -O2 -Z -m$(MODEL) -I..\zlib +#CFLAGS=-DPNG_CONFIGURE_LIBPNG -D_NO_PROTO -O2 -Z -m$(MODEL) -I..\zlib # Turbo C older than 3.00 CC=tcc LD=tcc LIB=tlib |