Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2401


Ignore:
Timestamp:
Dec 10, 2008, 11:14:31 PM (15 years ago)
Author:
adrfried
Message:

default ogre.cfg added for tardis

Location:
code/branches/buildsystem/bin
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem/bin/CMakeLists.txt

    r2244 r2401  
    88
    99IF(IS_TARDIS)
     10  # OGRE can't find fonts to display config screen on Tardis,
     11  # so providing default config file here.
    1012  SET(CONFIG_FILES ${CONFIG_FILES}
    1113    linux/run-script
    12         tardis/orxonox.ini
     14    tardis/orxonox.ini
     15    tardis/ogre.cfg
    1316  )
    1417
     
    1619  SET(CONFIG_FILES ${CONFIG_FILES}
    1720    linux/run-script
    18         linux/orxonox.ini
     21    linux/orxonox.ini
    1922  )
    2023ENDIF(IS_TARDIS)
Note: See TracChangeset for help on using the changeset viewer.