Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 16, 2009, 4:15:52 PM (15 years ago)
Author:
rgrieder
Message:
  • Renamed some Cache variables
  • Hid some other (into the advanced section)
  • removed /../ from media and dependency directory
  • OGRE plugins don't specify the render systems anymore, just the plugins.
  • CheckOGREPlugins automatically finds the available render systems
File:
1 edited

Legend:

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

    r2670 r2673  
    2525
    2626# Specify media directory
     27GET_FILENAME_COMPONENT(_search_path_1 ${CMAKE_SOURCE_DIR}/../media ABSOLUTE)
    2728FIND_PATH(ORXONOX_MEDIA_DIRECTORY resources.cfg
    2829  PATHS
    2930    ${CMAKE_CURRENT_SOURCE_DIR}
    30     ${CMAKE_SOURCE_DIR}/../media
     31    ${_search_path_1}
    3132    $ENV{ORXONOX_MEDIA_DIR}
    3233)
Note: See TracChangeset for help on using the changeset viewer.