Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 23, 2009, 8:57:42 PM (16 years ago)
Author:
rgrieder
Message:
  • Moved def_keybindings to media repository in folder defaultConfig
  • If you have a better name for that folder, you're welcome
  • the "def_" prefix has been removed
  • ConfigFileManager now looks for a file in media/defaultConfig with the same name if the config file does not exist yet
  • No file gets written while only loading
  • Removed hacky GCC 3 warning code for each library and instead just put "Wno-sign-compare" to the GCC 3 flags (that will remove all boost::filesystem warnings)
  • ogre.cfg still remains on tardis for the development build (not install though)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem3/log/CMakeLists.txt

    r2685 r2690  
    1919 
    2020SET(ORXONOX_LOG_DEV_PATH ${CMAKE_CURRENT_BINARY_DIR} PARENT_SCOPE)
    21 
    22 # Create some directories for the logs or CEGUI crashes when setting up the log
    23 IF(CMAKE_CONFIGURATION_TYPES)
    24   FOREACH(_configuration ${CMAKE_CONFIGURATION_TYPES})
    25     FILE(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${_configuration})
    26   ENDFOREACH(_configuration)
    27 ENDIF()
    28 
    29 # Also create the folder when installing
    30 INSTALL(CODE "FILE(MAKE_DIRECTORY \"${ORXONOX_LOG_INSTALL_PATH}\")")
Note: See TracChangeset for help on using the changeset viewer.