aboutsummaryrefslogtreecommitdiff
path: root/PreLoad.cmake
AgeCommit message (Collapse)Author
2013-01-01Update more copyright note for 2013. (alcohol sucks)Vincent_Michael
2012-03-11update headers ... sorry ^^thomas33
2010-08-12Buildsystem/Windows: Set preload.cmake and related function as examples, and ↵click
not actively used - Sets the default CMAKE_INSTALL_PREFIX to <programfiles location>/<projectname> on Windows --HG-- branch : trunk
2010-08-11Buildsystem: Clean up build-process on all platformsclick
- Windows: Use CMAKE_INSTALL_PREFIX as a 'final install' directory (thanks to paradox for the preload-handling) (New target INSTALL, -not- included as part of ALL_BUILD (must be specifically run for installation to start) - All: Build libmpq library (used for tools) - All: Build extractiontools with hardlinked mpq-library (no need to install it anymore) - All: Move jemalloc from being harddefined to using a CMake string (fixes issue 3378) (thanks to tru.bazoozoo for the idea, alternative added) --HG-- branch : trunk
2010-08-10Backed out changeset 2f79fd19c2c5 - needs some more thought, sorry - I ↵click
promise it will work better once I got it sorted properly! --HG-- branch : trunk
2010-08-10Buildsystem/Windows: Use CMAKE_INSTALL_PREFIX as result-dir for output ↵click
(Thanks to Paradox) (Suggested change for genrevisions default path retained to avoid breaking earlier builds, and it's not really a "server binary") Fixes issue 3366 --HG-- branch : trunk