Commit Graph

4 Commits

Author SHA1 Message Date
click
03a0bcad09 Buildsystem/Windows: Set preload.cmake and related function as examples, and not actively used
- Sets the default CMAKE_INSTALL_PREFIX to <programfiles location>/<projectname> on Windows

--HG--
branch : trunk
2010-08-12 19:13:15 +02:00
click
780ed1b01c Buildsystem: Clean up build-process on all platforms
- 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-11 20:55:14 +02:00
click
3002300e71 Backed out changeset 2f79fd19c2c5 - needs some more thought, sorry - I promise it will work better once I got it sorted properly!
--HG--
branch : trunk
2010-08-10 23:11:40 +02:00
click
29e152f42b Buildsystem/Windows: Use CMAKE_INSTALL_PREFIX as result-dir for output (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
2010-08-10 22:40:34 +02:00