KDE/kdelibs/cmake/modules
Christian Ehrlicher
Ch.Ehrlicher at gmx.de
Sat Oct 21 11:56:37 CEST 2006
SVN commit 597662 by chehrlic:
This is not needed at all - it worked before without and now it doesn' work with msvc anymore!
cmake adds those libs automagically afaik
CCMAIL: mail at dipe.org
CCMAIL: kde-windows at kde.org
M +4 -4 FindKDEWIN32.cmake
--- trunk/KDE/kdelibs/cmake/modules/FindKDEWIN32.cmake #597661:597662
@@ -65,10 +65,10 @@
if (KDEWIN32_LIBRARY AND KDEWIN32_INCLUDE_DIR)
set(KDEWIN32_FOUND TRUE)
# add the winsock2 library
- find_library(WIN32_USER32_LIBRARY NAMES user32 PATHS $ENV{WINDIR}/system32)
- find_library(WIN32_SHELL32_LIBRARY NAMES shell32 PATHS $ENV{WINDIR}/system32)
- find_library(WIN32_WS2_LIBRARY NAMES ws2_32 PATHS $ENV{WINDIR}/system32)
- set(KDEWIN32_LIBRARIES "${KDEWIN32_LIBRARY} ${WIN32_USER32_LIBRARY} ${WIN32_SHELL32_LIBRARY} ${WIN32_WS2_LIBRARY}")
+ #find_library(WIN32_USER32_LIBRARY NAMES user32 PATHS $ENV{WINDIR}/system32)
+ #find_library(WIN32_SHELL32_LIBRARY NAMES shell32 PATHS $ENV{WINDIR}/system32)
+ #find_library(WIN32_WS2_LIBRARY NAMES ws2_32 PATHS $ENV{WINDIR}/system32)
+ #set(KDEWIN32_LIBRARIES "${KDEWIN32_LIBRARY} ${WIN32_USER32_LIBRARY} ${WIN32_SHELL32_LIBRARY} ${WIN32_WS2_LIBRARY}")
if (MINGW)
#mingw compiler
More information about the Kde-windows
mailing list