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/ident | |
| 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/ident')
| -rw-r--r-- | src/modules/ident/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/ident/CMakeLists.txt b/src/modules/ident/CMakeLists.txt index 369d4a617..40192c30e 100644 --- a/src/modules/ident/CMakeLists.txt +++ b/src/modules/ident/CMakeLists.txt @@ -4,9 +4,5 @@ set(kviident_SRCS libkviident.cpp ) -if(MINGW) - list(APPEND LIBS -lws2_32) -endif(MINGW) - set(kvi_module_name kviident) include(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt) |
