Imported from libpng-1.4.0beta52.tar

This commit is contained in:
Glenn Randers-Pehrson
2009-03-27 19:30:10 -05:00
parent 8fb550cc3e
commit 6a9c2cefdd
66 changed files with 436 additions and 153 deletions

View File

@@ -23,9 +23,9 @@
# macros --------------------------------------------------------------------
PNGINC = -I/usr/local/include/libpng12
PNGLIB = -L/usr/local/lib -lpng12 # dynamically linked against libpng
#PNGLIB = /usr/local/lib/libpng12.a # statically linked against libpng
PNGINC = -I/usr/local/include/libpng%NN%
PNGLIB = -L/usr/local/lib -lpng%NN% # dynamically linked against libpng
#PNGLIB = /usr/local/lib/libpng%NN%.a # statically linked against libpng
# or:
#PNGINC = -I../..
#PNGLIB = -L../.. -lpng