summaryrefslogtreecommitdiff
path: root/scripts/makefile.atari
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makefile.atari')
-rw-r--r--scripts/makefile.atari6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/makefile.atari b/scripts/makefile.atari
index 944337d99..d26552486 100644
--- a/scripts/makefile.atari
+++ b/scripts/makefile.atari
@@ -1,15 +1,15 @@
# makefile for libpng
# Copyright (C) 2002 Glenn Randers-Pehrson
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
-
+#
# This code is released under the libpng license.
# For conditions of distribution and use, see the disclaimer
# and license in png.h
-
+#
# Modified for LC56/ATARI assumes libz.lib is in same dir and uses default
# rules for library management
#
-CFLAGS=-I..\zlib -O
+CFLAGS=-DPNG_CONFIGURE_LIBPNG -I..\zlib -O
LBR = png.lib
LDFLAGS=-lpng -lz -lm