Imported from libpng-1.2.19beta9.tar

This commit is contained in:
Glenn Randers-Pehrson
2007-05-23 13:02:40 -05:00
parent 5c66b81289
commit d0be8e27de
55 changed files with 398 additions and 136 deletions

View File

@@ -8,7 +8,7 @@
# Library name:
LIBNAME = libpng12
PNGMAJ = 0
PNGMIN = 1.2.19beta8
PNGMIN = 1.2.19beta9
PNGVER = $(PNGMAJ).$(PNGMIN)
# Shared library names:
@@ -44,6 +44,7 @@ WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \
-Wmissing-declarations -Wtraditional -Wcast-align \
-Wstrict-prototypes -Wmissing-prototypes #-Wconversion
CFLAGS=-I$(ZLIBINC) -Wall -O \
-DPNG_USE_PNGGCCRD -DPNG_NO_MMX_CODE; \
# $(WARNMORE) -g -DPNG_DEBUG=5
LDFLAGS=-L. -R. -L$(ZLIBLIB) -R$(ZLIBLIB) -lpng12 -lz -lm