[libpng15] Revised contrib/pngminim/*/makefile to separate CPPFLAGS and

CPFLAGS, and to generate pnglibconf.h with the right zlib header files.
This commit is contained in:
Glenn Randers-Pehrson
2013-05-10 07:43:54 -05:00
parent 080fecf0e4
commit 1087026c09
6 changed files with 24 additions and 17 deletions

View File

@@ -14,8 +14,8 @@ everything = off
option WRITE on
# These 2 options are required if you need to read PGM (P1 or P4) PGM files.
option WRITE_INVERT on
option WRITE_PACK on
# option WRITE_INVERT on
# option WRITE_PACK on
# You must choose fixed or floating point arithmetic:
# option FLOATING_POINT on