mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[master] Removed "strip" from contrib/pngminim/*/makefile.
This commit is contained in:
parent
5f5d6d637b
commit
0e1aad158a
5
ANNOUNCE
5
ANNOUNCE
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Libpng 1.4.6beta07 - March 19, 2011
|
Libpng 1.4.6beta07 - March 20, 2011
|
||||||
|
|
||||||
This is not intended to be a public release. It will be replaced
|
This is not intended to be a public release. It will be replaced
|
||||||
within a few weeks by a public version or by another test version.
|
within a few weeks by a public version or by another test version.
|
||||||
@ -53,7 +53,7 @@ version 1.4.6beta06 [March 19, 2011]
|
|||||||
Updated contrib/pngsuite/README to add the word "modify".
|
Updated contrib/pngsuite/README to add the word "modify".
|
||||||
Added the private PNG_UNUSED() macro definition in pngconf.h.
|
Added the private PNG_UNUSED() macro definition in pngconf.h.
|
||||||
|
|
||||||
version 1.4.6beta07 [March 19, 2011]
|
version 1.4.6beta07 [March 20, 2011]
|
||||||
ifdef out mask arrays in pngread.c when interlacing is not supported.
|
ifdef out mask arrays in pngread.c when interlacing is not supported.
|
||||||
Added attribute definition (warnings) for MSC_VER >= 1300 in pngconf.h
|
Added attribute definition (warnings) for MSC_VER >= 1300 in pngconf.h
|
||||||
Added -D_CRT_SECURE_NO_DEPRECATE to CFLAGS in makefile.vcwin32
|
Added -D_CRT_SECURE_NO_DEPRECATE to CFLAGS in makefile.vcwin32
|
||||||
@ -63,6 +63,7 @@ version 1.4.6beta07 [March 19, 2011]
|
|||||||
"PNG_" to begin any of their own symbols.
|
"PNG_" to begin any of their own symbols.
|
||||||
Fixed incorrect examples of callback prototypes in the manual, that were
|
Fixed incorrect examples of callback prototypes in the manual, that were
|
||||||
introduced in libpng-1.0.0.
|
introduced in libpng-1.0.0.
|
||||||
|
Removed "strip" from contrib/pngminim/*/makefile.
|
||||||
|
|
||||||
Send comments/corrections/commendations to glennrp at users.sourceforge.net
|
Send comments/corrections/commendations to glennrp at users.sourceforge.net
|
||||||
or to png-mng-implement at lists.sf.net (subscription required; visit
|
or to png-mng-implement at lists.sf.net (subscription required; visit
|
||||||
|
3
CHANGES
3
CHANGES
@ -2765,7 +2765,7 @@ version 1.4.6beta06 [March 19, 2011]
|
|||||||
Updated contrib/pngsuite/README to add the word "modify".
|
Updated contrib/pngsuite/README to add the word "modify".
|
||||||
Added the private PNG_UNUSED() macro definition in pngconf.h.
|
Added the private PNG_UNUSED() macro definition in pngconf.h.
|
||||||
|
|
||||||
version 1.4.6beta07 [March 19, 2011]
|
version 1.4.6beta07 [March 20, 2011]
|
||||||
ifdef out mask arrays in pngread.c when interlacing is not supported.
|
ifdef out mask arrays in pngread.c when interlacing is not supported.
|
||||||
Added attribute definition (warnings) for MSC_VER >= 1300 in pngconf.h
|
Added attribute definition (warnings) for MSC_VER >= 1300 in pngconf.h
|
||||||
Added -D_CRT_SECURE_NO_DEPRECATE to CFLAGS in makefile.vcwin32
|
Added -D_CRT_SECURE_NO_DEPRECATE to CFLAGS in makefile.vcwin32
|
||||||
@ -2775,6 +2775,7 @@ version 1.4.6beta07 [March 19, 2011]
|
|||||||
"PNG_" to begin any of their own symbols.
|
"PNG_" to begin any of their own symbols.
|
||||||
Fixed incorrect examples of callback prototypes in the manual, that were
|
Fixed incorrect examples of callback prototypes in the manual, that were
|
||||||
introduced in libpng-1.0.0.
|
introduced in libpng-1.0.0.
|
||||||
|
Removed "strip" from contrib/pngminim/*/makefile.
|
||||||
|
|
||||||
Send comments/corrections/commendations to glennrp at users.sourceforge.net
|
Send comments/corrections/commendations to glennrp at users.sourceforge.net
|
||||||
or to png-mng-implement at lists.sf.net (subscription required; visit
|
or to png-mng-implement at lists.sf.net (subscription required; visit
|
||||||
|
@ -34,7 +34,6 @@ all: pngm2pnm$(E)
|
|||||||
|
|
||||||
pngm2pnm$(E): $(OBJS)
|
pngm2pnm$(E): $(OBJS)
|
||||||
$(LD) -o pngm2pnm$(E) $(OBJS)
|
$(LD) -o pngm2pnm$(E) $(OBJS)
|
||||||
strip pngm2pnm$(E)
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) pngm2pnm$(O)
|
$(RM) pngm2pnm$(O)
|
||||||
|
@ -32,7 +32,6 @@ all: pnm2pngm$(E)
|
|||||||
|
|
||||||
pnm2pngm$(E): $(OBJS)
|
pnm2pngm$(E): $(OBJS)
|
||||||
$(LD) -o pnm2pngm$(E) $(OBJS)
|
$(LD) -o pnm2pngm$(E) $(OBJS)
|
||||||
strip pnm2pngm$(E)
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) pnm2pngm$(O)
|
$(RM) pnm2pngm$(O)
|
||||||
|
@ -50,7 +50,6 @@ all: rpng2-x$(E)
|
|||||||
|
|
||||||
rpng2-x$(E): $(OBJS)
|
rpng2-x$(E): $(OBJS)
|
||||||
$(LD) -o rpng2-x$(E) $(OBJS) $(LIBS)
|
$(LD) -o rpng2-x$(E) $(OBJS) $(LIBS)
|
||||||
strip rpng2-x$(E)
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) rpng2-x$(O)
|
$(RM) rpng2-x$(O)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user