mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[master] Removed an extraneous close-double-quote from CMakeLists.txt
This commit is contained in:
parent
8bc0719dde
commit
bcfc0ce5f6
19
ANNOUNCE
19
ANNOUNCE
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Libpng 1.4.4rc02 - September 13, 2010
|
Libpng 1.4.4rc03 - September 13, 2010
|
||||||
|
|
||||||
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.4.4rc02.tar.xz (LZMA-compressed, recommended)
|
1.4.4rc03.tar.xz (LZMA-compressed, recommended)
|
||||||
1.4.4rc02.tar.gz
|
1.4.4rc03.tar.gz
|
||||||
1.4.4rc02.tar.bz2
|
1.4.4rc03.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
|
||||||
|
|
||||||
lp144r02.zip
|
lp144r03.zip
|
||||||
lp144r02.7z
|
lp144r03.7z
|
||||||
|
|
||||||
Other information:
|
Other information:
|
||||||
|
|
||||||
1.4.4rc02-README.txt
|
1.4.4rc03-README.txt
|
||||||
1.4.4rc02-LICENSE.txt
|
1.4.4rc03-LICENSE.txt
|
||||||
|
|
||||||
Changes since the last public release (1.4.3):
|
Changes since the last public release (1.4.3):
|
||||||
|
|
||||||
@ -80,6 +80,9 @@ version 1.4.4rc01 [September 10, 2010]
|
|||||||
version 1.4.4rc02 [September 13, 2010]
|
version 1.4.4rc02 [September 13, 2010]
|
||||||
Revised CMakeLists.txt (Philip Lowman).
|
Revised CMakeLists.txt (Philip Lowman).
|
||||||
|
|
||||||
|
version 1.4.4rc03 [September 13, 2010]
|
||||||
|
Removed an extraneous close-double-quote from CMakeLists.txt
|
||||||
|
|
||||||
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
|
||||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement).
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement).
|
||||||
|
3
CHANGES
3
CHANGES
@ -2664,6 +2664,9 @@ version 1.4.4rc01 [September 10, 2010]
|
|||||||
version 1.4.4rc02 [September 13, 2010]
|
version 1.4.4rc02 [September 13, 2010]
|
||||||
Revised CMakeLists.txt (Philip Lowman).
|
Revised CMakeLists.txt (Philip Lowman).
|
||||||
|
|
||||||
|
version 1.4.4rc03 [September 13, 2010]
|
||||||
|
Removed an extraneous close-double-quote from CMakeLists.txt
|
||||||
|
|
||||||
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
|
||||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement).
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement).
|
||||||
|
@ -216,8 +216,7 @@ macro(_png_generate_symlink_code CODE SRC DEST)
|
|||||||
set(${CODE} "
|
set(${CODE} "
|
||||||
message(STATUS \"${_png_gsc_message}\")
|
message(STATUS \"${_png_gsc_message}\")
|
||||||
execute_process(COMMAND \${CMAKE_COMMAND} -E ${_png_gsc_operation}
|
execute_process(COMMAND \${CMAKE_COMMAND} -E ${_png_gsc_operation}
|
||||||
\"${SRC}\"
|
\"${SRC}\" \"${DEST}\")
|
||||||
\"${DEST}\")
|
|
||||||
")
|
")
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
@ -244,12 +243,11 @@ install(CODE ${PNG_CONFIG_INSTALL_CODE})
|
|||||||
execute_process(COMMAND \${CMAKE_COMMAND} -E create_symlink
|
execute_process(COMMAND \${CMAKE_COMMAND} -E create_symlink
|
||||||
\"${PNGLIB_NAME}-config\"
|
\"${PNGLIB_NAME}-config\"
|
||||||
\"libpng-config\")
|
\"libpng-config\")
|
||||||
")
|
|
||||||
|
|
||||||
# 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 14.${PNGLIB_RELEASE}.1.4.4rc02
|
# VERSION 14.${PNGLIB_RELEASE}.1.4.4rc03
|
||||||
VERSION 14.${PNGLIB_RELEASE}.0
|
VERSION 14.${PNGLIB_RELEASE}.0
|
||||||
SOVERSION 14
|
SOVERSION 14
|
||||||
CLEAN_DIRECT_OUTPUT 1)
|
CLEAN_DIRECT_OUTPUT 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user