[master] Removed leftover "-DPNG_CONFIGURE_LIBPNG"
from contrib/pngminim/*/makefile
This commit is contained in:
parent
1a15762c59
commit
f174f27096
5
ANNOUNCE
5
ANNOUNCE
@ -48,11 +48,12 @@ version 1.2.42beta01 [December 4, 2009]
|
|||||||
Revised scripts/makefile.netbsd, makefile.openbsd, and makefile.sco
|
Revised scripts/makefile.netbsd, makefile.openbsd, and makefile.sco
|
||||||
to put png.h and pngconf.h in $prefix/include, like the other scripts,
|
to put png.h and pngconf.h in $prefix/include, like the other scripts,
|
||||||
instead of in $prefix/include/libpng. Also revised makefile.sco
|
instead of in $prefix/include/libpng. Also revised makefile.sco
|
||||||
to put them in $prefix/include/libpng12 instead of in
|
to put them in $prefix/include/libpng%NN% instead of in
|
||||||
$prefix/include/libpng/libpng12.
|
$prefix/include/libpng/libpng%NN%.
|
||||||
Removed leftover "-DPNG_CONFIGURE_LIBPNG" from scripts/makefile.darwin
|
Removed leftover "-DPNG_CONFIGURE_LIBPNG" from scripts/makefile.darwin
|
||||||
|
|
||||||
version 1.2.42beta02 [December 11, 2009]
|
version 1.2.42beta02 [December 11, 2009]
|
||||||
|
Removed leftover "-DPNG_CONFIGURE_LIBPNG" from contrib/pngminim/*/makefile
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
|
|
||||||
|
1
CHANGES
1
CHANGES
@ -2616,6 +2616,7 @@ version 1.2.42beta01 [December 4, 2009]
|
|||||||
Removed leftover "-DPNG_CONFIGURE_LIBPNG" from scripts/makefile.darwin
|
Removed leftover "-DPNG_CONFIGURE_LIBPNG" from scripts/makefile.darwin
|
||||||
|
|
||||||
version 1.2.42beta02 [December 11, 2009]
|
version 1.2.42beta02 [December 11, 2009]
|
||||||
|
Removed leftover "-DPNG_CONFIGURE_LIBPNG" from contrib/pngminim/*/makefile
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
@ -7,7 +7,7 @@ LD=$(CC)
|
|||||||
|
|
||||||
RM=rm -f
|
RM=rm -f
|
||||||
|
|
||||||
CFLAGS=-DPNG_CONFIGURE_LIBPNG -DPNG_USER_CONFIG -DNO_GZCOMPRESS -DNO_GZIP \
|
CFLAGS=-DPNG_USER_CONFIG -DNO_GZCOMPRESS -DNO_GZIP \
|
||||||
-DdeflateParams\(a,b,c\)=Z_OK -I. -O1
|
-DdeflateParams\(a,b,c\)=Z_OK -I. -O1
|
||||||
|
|
||||||
C=.c
|
C=.c
|
||||||
|
@ -7,7 +7,7 @@ LD=$(CC)
|
|||||||
|
|
||||||
RM=rm -f
|
RM=rm -f
|
||||||
|
|
||||||
CFLAGS=-DPNG_CONFIGURE_LIBPNG -DPNG_USER_CONFIG -DNO_GZIP -I. -O1
|
CFLAGS=-DPNG_USER_CONFIG -DNO_GZIP -I. -O1
|
||||||
|
|
||||||
C=.c
|
C=.c
|
||||||
O=.o
|
O=.o
|
||||||
|
@ -23,7 +23,7 @@ XLIB = -L/usr/X11R6/lib -lX11
|
|||||||
#LIBS = $(XLIB)
|
#LIBS = $(XLIB)
|
||||||
LIBS = $(XLIB) -lm #platforms that need libm
|
LIBS = $(XLIB) -lm #platforms that need libm
|
||||||
|
|
||||||
CFLAGS=-DPNG_CONFIGURE_LIBPNG -DPNG_USER_CONFIG -DNO_GZCOMPRESS -DNO_GZIP \
|
CFLAGS=-DPNG_USER_CONFIG -DNO_GZCOMPRESS -DNO_GZIP \
|
||||||
-DdeflateParams\(a,b,c\)=Z_OK -I. $(XINC) -O1
|
-DdeflateParams\(a,b,c\)=Z_OK -I. $(XINC) -O1
|
||||||
|
|
||||||
C=.c
|
C=.c
|
||||||
|
Reference in New Issue
Block a user