aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/perlcore/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Build also in debug mode for windows (#2192)•••* Build also in debug mode for windows See #2191 * Don't mix /Od and -O2 on windows build. -O2 comes from perl * Reindent perlcore CMakeLists * Fix debug python build on windows * Rearrange environment vars in appveyor * Try to publish pdb files too * install qts and kvirc's debug pdbs in debug config * use TARGET_PDB_FILE instead Gravatar Alexey Sokolov2017-05-241-20/+22
* run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Ar...Gravatar Dessa2016-01-311-1/+1
* Fix compilation on OS X.•••Starting with CMake 3.0, the Clang compiler that comes with OS X is recognised by CMake as “AppleClang” instead of just “Clang”. Fixes #1825. Gravatar wodim2016-01-071-1/+1
* Link only the architectures we requested for libperlcore on OS X.•••We were relying on ExtUtils::Embed::ldopts to get the list of architectures we were going to link. For obvious reasons that function is unaware of whatever we actually want to link from CMake, so we were always generating fat libraries with support for all architectures. Gravatar wodim2015-11-091-0/+10
* build: Check compilers directly when linking perlGravatar Matt Ullman2015-11-051-9/+7
* build: Squelch literal suffix warnings in GCC•••Fixes #1719 Gravatar Matt Ullman2015-11-051-3/+9
* Ignore too old perl warnings on OSXGravatar Alexey Sokolov2015-11-011-0/+5
* - bump to QT 4.7 (we have no QT 4.8 specific code)•••- QT4 on MSVC still needs qtmain, the cmake policy does not apply there - fix perl on windows, remove activestate hack, we don't support that anymore git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6371 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2014-02-271-7/+4
* - 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 Gravatar Robert Förster2012-10-081-5/+0
* fix perlcore module linking under mingw (#1328)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6275 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-10-071-3/+5
* maybe fix perl with mingw•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6273 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-051-2/+4
* moved perl linking flags from main cmakelists to perlcore's cmakelists•••fixed up beefy includes lowercase cake module's rules git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6269 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-10-051-0/+15
* - some files were missing newlines, add them•••- sync FindPhonon.cmake with upstream git at 14d09398b68006d75187e4b690f979e267735001 edited a bit for a revised debug handling, needs testing, though. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6268 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-041-1/+1
* convert cmake files to lowercase statements prehistoric cmake versions requir...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-041-17/+17
* qt5 support: cmake build system update•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-281-3/+0
* - move the stripping of /RTC1 to perlcore, as MSVC doesn't seem to care if it...•••- "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 Gravatar Robert Förster2012-09-281-0/+7
* reworked r3156•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3160 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-03-241-8/+12
* patched perl support for win32•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2886 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-11-181-1/+4
* re-enabled perl support; patched to work nicely with perl 5.10•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2872 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-11-171-9/+9
* quick fix for perl rules•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2850 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-11-121-9/+0
* fixed complaining moc•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2839 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-11-081-4/+0
* added template rules for modules. thanks to sardanap;•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1456 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-04-111-30/+2
* maybe fixed skel for windows compilation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1393 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-04-041-2/+1
* applied sardanap's patch to link modules under MacOS X;•••added skel for modules under windows; first try to install kvirc's shell scripts; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1392 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-04-041-4/+13
* More fixes for cmake on Mac OS X•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1387 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Thomas Kalla2008-04-041-1/+5
* fixed vars•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1376 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-04-021-2/+2
* fixed cmake rules to work either on linux and mac and prepared a skel for win...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1373 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-04-021-4/+22
* added CMake rules :)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1330 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-03-291-0/+31