Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 8 and Version 9 of code/Buildsystem


Ignore:
Timestamp:
Oct 28, 2009, 8:05:23 AM (15 years ago)
Author:
bknecht
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/Buildsystem

    v8 v9  
    4545|| INSTALL_COPYABLE || false (Unix), true (Windows) || Use relative paths for the installation version. See below in the Installation section for more information. ||
    4646|| LINK_XYZ_DYNAMIC (Windows) || all true || When importing libraries on Windows, you need to specify preprocessor macros to link dynamically/statically. Without regard to the default (no macro defined), Orxonox always links dynamically. If you have a static library, for instance enet.a (or enet.lib) then you need to set LINK_ENET_DYNAMIC to false. ||
    47 || EXTERNAL_DATA_DIRECTORY || media/ or ../media/ from source dir || Specifies the location of the media files (textures, scripts, maps, etc.). The search routine looks for "resources.cfg" ||
     47|| EXTERNAL_DATA_DIRECTORY || media/ or ../media/ from Orxonox's root directory || Specifies the location of the media files (textures, scripts, maps, etc.). The search routine looks for "resources.oxr" ||
    4848|| OGRE_PLUGINS || Plugin_ParticleFX (and Plugin_CgProgramManager on Windows) || List of all the required OGRE plugins. Render systems are not included, they get found automatically. Note that all the plugins of the same build type (debug/release) need to be in the same location. ||
    4949|| TOLUA_PARSER_RELEASE || false || Omits compiling debug messages for the Lua/C++ interface. The option (if set to true) is only active in the release configurations. ||