diff options
| author | 2012-09-28 14:17:22 +0000 | |
|---|---|---|
| committer | 2012-09-28 14:17:22 +0000 | |
| commit | 467dccc8a579412b45bbbb5f9ffd4d6ef53aceaf (patch) | |
| tree | a4e062dc27155847c9d663b8962aa63c2825e28f /cmake | |
| parent | qt5 support (sip): code only, no touch to build system by now (diff) | |
| download | KVIrc-467dccc8a579412b45bbbb5f9ffd4d6ef53aceaf.tar.gz KVIrc-467dccc8a579412b45bbbb5f9ffd4d6ef53aceaf.tar.bz2 KVIrc-467dccc8a579412b45bbbb5f9ffd4d6ef53aceaf.zip | |
- move the stripping of /RTC1 to perlcore, as MSVC doesn't seem to care if it needs to link against mixed modules and perl seems to only module not wanting run-time error checks (perl does braindead things anyway; i have no debug python to test here)
- "fix" msvc build with perl disabled (note the todo in kvilibs CMakeLists.txt hint: its a bleeping hack, kthxbye)
- kill duplicate KVIRC_BINARYNAME from module.rules.txt
- bump version in resources_win32/version.h
- some svn:eol-style crap (i wonder if i ever finish that up)
NB: try to beat some sanity into perl, since it does add tons of crap to the cmdline (it was actually the one adding -ltcg); which we need some of at some point in the build but it really shouldn't be done unconditionally.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6256 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/module.rules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/module.rules.txt b/cmake/module.rules.txt index d00dd95e7..b5a7281ec 100644 --- a/cmake/module.rules.txt +++ b/cmake/module.rules.txt @@ -21,7 +21,7 @@ ENDFOREACH(LIB ${LIBS}) IF(WIN32) - TARGET_LINK_LIBRARIES(${kvi_module_name} ${KVILIB_BINARYNAME} ${KVIRC_BINARYNAME} ${KVIRC_BINARYNAME} ${MODULE_LIBS}) + TARGET_LINK_LIBRARIES(${kvi_module_name} ${KVILIB_BINARYNAME} ${KVIRC_BINARYNAME} ${MODULE_LIBS}) ELSE() TARGET_LINK_LIBRARIES(${kvi_module_name} ${KVILIB_BINARYNAME} ${MODULE_LIBS}) ENDIF() |
