Imported from libpng-1.2.2.tar

This commit is contained in:
Glenn Randers-Pehrson
2002-04-15 09:25:51 -05:00
parent fcbd7870e9
commit 4fb046a52d
62 changed files with 374 additions and 154 deletions

View File

@@ -24,7 +24,7 @@ LDFLAGS=$(ABI) -L. -L$(ZLIBLIB) -lpng -lz -lm
LDSHARED=CC $(ABI) -shared
PNGMAJ = 0
PNGMIN = 1.2.2rc1
PNGMIN = 1.2.2
PNGVER = $(PNGMAJ).$(PNGMIN)
# See "man dso" for info about shared objects
LIBS=libpng12.so.$(PNGMAJ).$(PNGVER)