[master] Imported from libpng-1.6.8.tar

This commit is contained in:
Glenn Randers-Pehrson
2013-12-19 09:04:52 -06:00
parent 0e60f06b7c
commit 339ef1ec97
56 changed files with 943 additions and 457 deletions

View File

@@ -31,7 +31,7 @@ XLIB = -L/usr/X11R6/lib -lX11
LIBS = $(XLIB) -lm #platforms that need libm
CPPFLAGS=-I. $(XINC) -DPNG_USER_CONFIG -DNO_GZCOMPRESS -DZ_SOLO -DNO_GZIP
CFLAGS=-O1
CFLAGS=-O1 -Wall
C=.c
O=.o