summaryrefslogtreecommitdiff
path: root/scripts/makefile.so9
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.so9
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.so9')
-rw-r--r--scripts/makefile.so94
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.so9 b/scripts/makefile.so9
index 0d16a6b8a..16bb55e97 100644
--- a/scripts/makefile.so9
+++ b/scripts/makefile.so9
@@ -50,8 +50,8 @@ ZLIBINC=/usr/include
#WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \
-Wmissing-declarations -Wtraditional -Wcast-align \
-Wstrict-prototypes -Wmissing-prototypes #-Wconversion
-#CFLAGS=-DPNG_CONFIGURE_LIBPNG -I$(ZLIBINC) -W -Wall -O3 $(WARNMORE) -g -DPNG_DEBUG=5 -DPNG_NO_MMX_CODE
-CFLAGS=-DPNG_CONFIGURE_LIBPNG -I$(ZLIBINC) -O3 -DPNG_NO_MMX_CODE
+#CFLAGS=-I$(ZLIBINC) -W -Wall -O3 $(WARNMORE) -g -DPNG_DEBUG=5 -DPNG_NO_MMX_CODE
+CFLAGS=-I$(ZLIBINC) -O3 -DPNG_NO_MMX_CODE
LDFLAGS=-L. -R. -L$(ZLIBLIB) -R$(ZLIBLIB) -lpng14 -lz -lm
INCPATH=$(prefix)/include