Imported from libpng-1.2.20rc6.tar

This commit is contained in:
Glenn Randers-Pehrson
2007-09-02 19:22:31 -05:00
parent db05b1eb2b
commit 79e28a4c2e
51 changed files with 123 additions and 146 deletions

View File

@@ -97,6 +97,10 @@ set(pngtest_sources
pngtest.c
)
# SOME NEEDED DEFINITIONS
if(MSVC)
add_definitions(-DPNG_NO_MODULEDEF -D_CRT_SECURE_NO_DEPRECATE)
endif(MSVC)
add_definitions(-DZLIB_DLL)
add_definitions(-DLIBPNG_NO_MMX)
@@ -165,7 +169,7 @@ configure_file(${PNG_SOURCE_DIR}/scripts/libpng-config.in
# SET UP LINKS
set_target_properties(${PNG_LIB_NAME} PROPERTIES
# VERSION 0.${PNGLIB_RELEASE}.1.2.20rc5
# VERSION 0.${PNGLIB_RELEASE}.1.2.20rc6
VERSION 0.${PNGLIB_RELEASE}.0
SOVERSION 0
CLEAN_DIRECT_OUTPUT 1)