#include "OrxonoxConfig.h"
#include <boost/preprocessor/stringize.hpp>
Namespaces | |
namespace | orxonox |
Defines | |
#define | CEGUILUA_USE_INTERNAL_LIBRARY |
#define | DEPENDENCY_PACKAGE_ENABLE |
#define | INSTALL_COPYABLE |
Variables | |
const char | orxonox::ORXONOX_CONFIG_DEV_PATH [] = "D:/orxonox/orxonox-0.0.3/mingw_release/config" |
const char | orxonox::ORXONOX_CONFIG_INSTALL_PATH [] = "config" |
const char | orxonox::ORXONOX_LOG_DEV_PATH [] = "D:/orxonox/orxonox-0.0.3/mingw_release/log" |
const char | orxonox::ORXONOX_LOG_INSTALL_PATH [] = "log" |
const char | orxonox::ORXONOX_MEDIA_DEV_PATH [] = "D:/orxonox/media" |
const char | orxonox::ORXONOX_MEDIA_INSTALL_PATH [] = "media" |
const char | orxonox::ORXONOX_OGRE_PLUGINS [] = "Plugin_ParticleFX, Plugin_CgProgramManager, RenderSystem_GL, RenderSystem_Direct3D9" |
const char | orxonox::ORXONOX_OGRE_PLUGINS_FOLDER [] = "." |
const char | orxonox::ORXONOX_RUNTIME_INSTALL_PATH [] = "bin" |
#define CEGUILUA_USE_INTERNAL_LIBRARY |
Set whether we must suffix "ceguilua/" for the CEGUILua.h include
#define DEPENDENCY_PACKAGE_ENABLE |
Defined if a precompiled depdency package was used. We then copy all libraries too when installing.
#define INSTALL_COPYABLE |
Orxonox either gets installed to the system or just into a folder. The latter uses relative paths.