mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng15] Updated CMakeLists.txt to account for the relocation of pngvalid.c
This commit is contained in:
committed by
Glenn Randers-Pehrson
parent
8fd9c16642
commit
d61b42c81d
19
ANNOUNCE
19
ANNOUNCE
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Libpng 1.5.7rc02 - December 5, 2011
|
Libpng 1.5.7rc03 - December 8, 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.
|
||||||
@@ -9,20 +9,20 @@ Files available for download:
|
|||||||
Source files with LF line endings (for Unix/Linux) and with a
|
Source files with LF line endings (for Unix/Linux) and with a
|
||||||
"configure" script
|
"configure" script
|
||||||
|
|
||||||
1.5.7rc02.tar.xz (LZMA-compressed, recommended)
|
1.5.7rc03.tar.xz (LZMA-compressed, recommended)
|
||||||
1.5.7rc02.tar.gz
|
1.5.7rc03.tar.gz
|
||||||
1.5.7rc02.tar.bz2
|
1.5.7rc03.tar.bz2
|
||||||
|
|
||||||
Source files with CRLF line endings (for Windows), without the
|
Source files with CRLF line endings (for Windows), without the
|
||||||
"configure" script
|
"configure" script
|
||||||
|
|
||||||
lp157r02.7z (LZMA-compressed, recommended)
|
lp157r03.7z (LZMA-compressed, recommended)
|
||||||
lp157r02.zip
|
lp157r03.zip
|
||||||
|
|
||||||
Other information:
|
Other information:
|
||||||
|
|
||||||
1.5.7rc02-README.txt
|
1.5.7rc03-README.txt
|
||||||
1.5.7rc02-LICENSE.txt
|
1.5.7rc03-LICENSE.txt
|
||||||
|
|
||||||
Changes since the last public release (1.5.6):
|
Changes since the last public release (1.5.6):
|
||||||
|
|
||||||
@@ -124,6 +124,9 @@ Version 1.5.7rc02 [December 5, 2011]
|
|||||||
as in libpng-1.5.4.
|
as in libpng-1.5.4.
|
||||||
Put CRLF line endings in the owatcom project files.
|
Put CRLF line endings in the owatcom project files.
|
||||||
|
|
||||||
|
Version 1.5.7rc03 [December 8, 2011]
|
||||||
|
Updated CMakeLists.txt to account for the relocation of pngvalid.c
|
||||||
|
|
||||||
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
|
||||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
||||||
|
|||||||
3
CHANGES
3
CHANGES
@@ -3769,6 +3769,9 @@ Version 1.5.7rc02 [December 5, 2011]
|
|||||||
as in libpng-1.5.4.
|
as in libpng-1.5.4.
|
||||||
Put CRLF line endings in the owatcom project files.
|
Put CRLF line endings in the owatcom project files.
|
||||||
|
|
||||||
|
Version 1.5.7rc03 [December 8, 2011]
|
||||||
|
Updated CMakeLists.txt to account for the relocation of pngvalid.c
|
||||||
|
|
||||||
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
|
||||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
||||||
|
|||||||
@@ -121,7 +121,7 @@ set(pngtest_sources
|
|||||||
pngtest.c
|
pngtest.c
|
||||||
)
|
)
|
||||||
set(pngvalid_sources
|
set(pngvalid_sources
|
||||||
pngvalid.c
|
contrib/libtests/pngvalid.c
|
||||||
)
|
)
|
||||||
# SOME NEEDED DEFINITIONS
|
# SOME NEEDED DEFINITIONS
|
||||||
|
|
||||||
@@ -229,7 +229,7 @@ endif(NOT WIN32 OR CYGWIN OR MINGW)
|
|||||||
# SET UP LINKS
|
# SET UP LINKS
|
||||||
if(PNG_SHARED)
|
if(PNG_SHARED)
|
||||||
set_target_properties(${PNG_LIB_NAME} PROPERTIES
|
set_target_properties(${PNG_LIB_NAME} PROPERTIES
|
||||||
# VERSION 15.${PNGLIB_RELEASE}.1.5.7rc02
|
# VERSION 15.${PNGLIB_RELEASE}.1.5.7rc03
|
||||||
VERSION 15.${PNGLIB_RELEASE}.0
|
VERSION 15.${PNGLIB_RELEASE}.0
|
||||||
SOVERSION 15
|
SOVERSION 15
|
||||||
CLEAN_DIRECT_OUTPUT 1)
|
CLEAN_DIRECT_OUTPUT 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user