diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-12-04 08:40:41 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-12-04 08:40:41 -0600 |
commit | 03f9b0295366daa5a0b0754c69d8d0db5294865b (patch) | |
tree | c22b28a9038258a49f3d200dfce82eb46cf5d18b /scripts/makefile.gcc | |
parent | ce96c3e6b7eef3d3bea65ed87df53594c1234dc0 (diff) | |
download | libpng-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.gcc')
-rw-r--r-- | scripts/makefile.gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.gcc b/scripts/makefile.gcc index f1aa61802..b31adee60 100644 --- a/scripts/makefile.gcc +++ b/scripts/makefile.gcc @@ -22,8 +22,8 @@ CDEBUG = -g -DPNG_DEBUG=5 LDDEBUG = CRELEASE = -O2 LDRELEASE = -s -#CFLAGS = -DPNG_CONFIGURE_LIBPNG -W -Wall $(CDEBUG) -CFLAGS = -DPNG_CONFIGURE_LIBPNG -W -Wall $(CRELEASE) +#CFLAGS = -W -Wall $(CDEBUG) +CFLAGS = -W -Wall $(CRELEASE) #LDFLAGS = $(LDDEBUG) LDFLAGS = $(LDRELEASE) LIBS = -lz -lm |