From: Christian Ehrlicher Date: Sat, 15 Sep 2007 16:01:02 +0000 (+0000) Subject: more win32 fixes X-Git-Tag: v1.5~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2eda04f934851f7be4c00edde0248e2774f0b390;p=taglib more win32 fixes git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@712894 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d7e2e13..a62c3ea7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,9 @@ endif (CMAKE_COMPILER_IS_GNUCXX) if(MSVC) add_definitions( -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE ) endif(MSVC) +if (WIN32) + set(CMAKE_DEBUG_POSTFIX "d") +endif (WIN32) SET(TAGLIB_LIB_MAJOR_VERSION "1") SET(TAGLIB_LIB_MINOR_VERSION "4")