diff options
| author | 2012-10-08 12:27:54 +0000 | |
|---|---|---|
| committer | 2012-10-08 12:27:54 +0000 | |
| commit | b066b403ef92dcc9dfdfb84ddcb39da47c8e1540 (patch) | |
| tree | f552f52f0b41f76bc17b02cd36e9c9bea9385451 /src/modules/setup | |
| parent | fix perlcore module linking under mingw (#1328) (diff) | |
| download | KVIrc-b066b403ef92dcc9dfdfb84ddcb39da47c8e1540.tar.gz KVIrc-b066b403ef92dcc9dfdfb84ddcb39da47c8e1540.tar.bz2 KVIrc-b066b403ef92dcc9dfdfb84ddcb39da47c8e1540.zip | |
- 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
Diffstat (limited to 'src/modules/setup')
| -rw-r--r-- | src/modules/setup/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
