]> granicus.if.org Git - taglib/commitdiff
more win32 fixes
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>
Sat, 15 Sep 2007 16:01:02 +0000 (16:01 +0000)
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>
Sat, 15 Sep 2007 16:01:02 +0000 (16:01 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@712894 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

CMakeLists.txt

index 6d7e2e13f8d942ff7eade28e0ccfa2b4b4aa082c..a62c3ea7217b003716de06118763f94b338dc977 100644 (file)
@@ -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")