summaryrefslogtreecommitdiff
path: root/scripts/makefile.atari
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-12-04 08:40:41 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-12-04 08:40:41 -0600
commit03f9b0295366daa5a0b0754c69d8d0db5294865b (patch)
treec22b28a9038258a49f3d200dfce82eb46cf5d18b /scripts/makefile.atari
parentce96c3e6b7eef3d3bea65ed87df53594c1234dc0 (diff)
downloadlibpng-03f9b0295366daa5a0b0754c69d8d0db5294865b.tar.gz
[devel] Removed "-DPNG_CONFIGURE_LIBPNG" from the makefiles and projects.
and added "#define PNG_NO_PEDANTIC_WARNINGS" in the libpng source files.
Diffstat (limited to 'scripts/makefile.atari')
-rw-r--r--scripts/makefile.atari2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.atari b/scripts/makefile.atari
index d26552486..0e1ca72cf 100644
--- a/scripts/makefile.atari
+++ b/scripts/makefile.atari
@@ -9,7 +9,7 @@
# Modified for LC56/ATARI assumes libz.lib is in same dir and uses default
# rules for library management
#
-CFLAGS=-DPNG_CONFIGURE_LIBPNG -I..\zlib -O
+CFLAGS=-I..\zlib -O
LBR = png.lib
LDFLAGS=-lpng -lz -lm