aboutsummaryrefslogtreecommitdiff
path: root/PreLoad.cmake
AgeCommit message (Collapse)Author
2022-01-06fixed indentation for cmake filesipriver
(cherry picked from commit a46d047f9466c6f16597755bb7c771a9d1a147f2)
2020-01-02New YearAokromes
2019-01-01Update copyright note for 2019vincent-michael
auto happy = new year(2019);
2018-01-01Update copyright note for 2018vincent-michael
auto happy = new year(2018);
2017-01-01Update copyright note for 2017vincent-michael
Happy new year
2016-01-01Update copyright note for 2016Vincent-Michael
Happy new year (Again new year with idiots ...)
2015-01-01Update copyright note for 2015Vincent-Michael
Happy new year
2014-01-17Core/Entities: bg vehicle will also have charmer's faction (save faction ↵joschiwald
before charm and restore old faction after charm)
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