From b066b403ef92dcc9dfdfb84ddcb39da47c8e1540 Mon Sep 17 00:00:00 2001 From: Robert Förster Date: Mon, 8 Oct 2012 12:27:54 +0000 Subject: - update KviOsInfo with values from the winsdk8 - rip out some append libs statements for ws2_32; since we are linking in a way they get added anyway we don't need them (yet) - remove wsock32.lib from kvilib, linking works fine without it - move shlwapi for mingw from root to src/kvirc since that is where the msvc one is and it works - remove envvar hack added in r6273 from perlcore since it is unneeded git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6276 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/setup/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/setup') diff --git a/src/modules/setup/CMakeLists.txt b/src/modules/setup/CMakeLists.txt index 32f63246d..04f55152b 100644 --- a/src/modules/setup/CMakeLists.txt +++ b/src/modules/setup/CMakeLists.txt @@ -2,7 +2,7 @@ if(MINGW) list(APPEND LIBS -lole32 -luuid) -endif(MINGW) +endif() -- cgit v1.3.1-10-gc9f91