Imported from libpng-1.4.0beta13.tar

This commit is contained in:
Glenn Randers-Pehrson
2006-11-07 20:38:11 -06:00
parent ebd7f9a371
commit 3779c69674
49 changed files with 133 additions and 1024 deletions

View File

@@ -32,10 +32,6 @@ endif
DESTDIR=
# To enable assembler optimizations, add '-DPNG_USE_PNGGCCRD' to
# $CFLAGS, and include pnggccrd.o in $OBJS, below, and in the dependency
# list at the bottom of this makefile.
CC=gcc
@@ -66,7 +62,7 @@ CFLAGS= $(strip $(MINGW_CCFLAGS) $(addprefix -I,$(ZLIBINC)) \
LIBNAME = libpng14
PNGMAJ = 1
MINGDLL = 14
PNGMIN = 1.4.0beta12
PNGMIN = 1.4.0beta13
PNGVER = $(PNGMAJ).$(PNGMIN)
SHAREDLIB=libpng$(MINGDLL).dll