Imported from libpng-1.2.1beta1.tar

This commit is contained in:
Glenn Randers-Pehrson
2001-10-18 20:55:13 -05:00
parent 10781048be
commit 5a0be341ba
55 changed files with 376 additions and 184 deletions

View File

@@ -39,8 +39,8 @@ CFLAGS=-I$(ZLIBINC) -Wall -O3 $(ALIGN) -funroll-loops \
# have to change it.
PNGMAJ = 3
#PNGDLL = $3
PNGMIN = 1.2.0
PNGMIN_BASE = 1.2.0
PNGMIN = 1.2.1beta1
PNGMIN_BASE = 1.2.1
PNGVER = $(PNGMAJ).$(PNGMIN)
SHAREDLIB=cygpng$(PNGDLL).dll