Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 16 and Version 17 of code/Buildsystem


Ignore:
Timestamp:
Feb 14, 2015, 5:25:21 PM (9 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/Buildsystem

    v16 v17  
    3939|| Variable Name || Availability || Default Value || Description ||
    4040
    41 || CMAKE_BUILD_TYPE ||  || Debug || Debug, Release, RelWithDebInfo, RelForDevs, ... ||
     41|| CMAKE_BUILD_TYPE ||  || Debug || Debug, Release, RelWithDebInfo, RelForDevs, MinSizeRel ||
    4242
    4343|| CMAKE_INSTALL_PREFIX || || /usr (UNIX), %ProgramFiles%\Orxonox (Windows) || Where you would like to install Orxonox. See the install sections below for more information ||