From 7e7111d020a1d9859928b6e4c83efd81df6ad703 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Fri, 8 Jun 2007 07:44:16 +0000 Subject: - splitted KDEWIN32 and GUNWIN32 module into KDEWIN and KDEWIN32, where KDEWIN sets include/library search path for all other modules and KDEWIN32 search for kdewin32 library in the found locations. svn path=/trunk/KDE/kdelibs/; revision=672805 --- modules/FindKDE4Internal.cmake | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'modules/FindKDE4Internal.cmake') diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 74b86b8f..df3db208 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -533,11 +533,7 @@ if (WIN32) find_package(KDEWIN32 REQUIRED) - # is GnuWin32 required or does e.g. Visual Studio provide an own implementation? - #find_package(GNUWIN32 REQUIRED) - find_package(GNUWIN32) - - set( _KDE4_PLATFORM_INCLUDE_DIRS ${KDEWIN32_INCLUDES} ${GNUWIN32_INCLUDE_DIR}) + set( _KDE4_PLATFORM_INCLUDE_DIRS ${KDEWIN32_INCLUDES}) # if we are compiling kdelibs, add KDEWIN32_LIBRARIES explicitely, # otherwise they come from KDELibsDependencies.cmake, Alex @@ -777,7 +773,7 @@ endif (CMAKE_C_COMPILER MATCHES "icc") # we prefer to use a different postfix for debug libs only on Windows # does not work atm if (WIN32) - SET(CMAKE_DEBUG_POSTFIX "") + SET(CMAKE_DEBUG_POSTFIX "d") endif (WIN32) ########### end of platform specific stuff ########################## -- cgit v1.2.1