Last change
on this file since 2568 was
2523,
checked in by rgrieder, 16 years ago
|
def_masterKeybindings.ini was missing in the config files.
|
-
Property svn:eol-style set to
native
|
File size:
893 bytes
|
Rev | Line | |
---|
[2199] | 1 | SET(CONFIG_FILES |
---|
[2243] | 2 | def_keybindings.ini |
---|
[2523] | 3 | def_masterKeybindings.ini |
---|
[2243] | 4 | disco.txt |
---|
| 5 | irc.tcl |
---|
| 6 | remote.tcl |
---|
| 7 | telnet_server.tcl |
---|
[2199] | 8 | ) |
---|
| 9 | |
---|
[2243] | 10 | IF(IS_TARDIS) |
---|
[2510] | 11 | # OGRE can't find fonts to display config screen on Tardis, |
---|
| 12 | # so providing default config file here. |
---|
[2243] | 13 | SET(CONFIG_FILES ${CONFIG_FILES} |
---|
| 14 | linux/run-script |
---|
[2510] | 15 | tardis/orxonox.ini |
---|
| 16 | tardis/ogre.cfg |
---|
[2243] | 17 | ) |
---|
| 18 | |
---|
| 19 | ELSEIF(UNIX) |
---|
| 20 | SET(CONFIG_FILES ${CONFIG_FILES} |
---|
| 21 | linux/run-script |
---|
[2510] | 22 | linux/orxonox.ini |
---|
[2243] | 23 | ) |
---|
| 24 | ENDIF(IS_TARDIS) |
---|
| 25 | |
---|
| 26 | IF(MINGW) |
---|
| 27 | SET(CONFIG_FILES ${CONFIG_FILES} |
---|
[2244] | 28 | "mingw/orxonox.ini" |
---|
[2243] | 29 | "mingw/orxonox.bat" |
---|
| 30 | ) |
---|
| 31 | ENDIF(MINGW) |
---|
| 32 | |
---|
[2199] | 33 | FOREACH(_FILE ${CONFIG_FILES}) |
---|
[2243] | 34 | GET_FILENAME_COMPONENT(_filename ${_FILE} NAME) |
---|
| 35 | IF (NOT EXISTS ${EXECUTABLE_OUTPUT_PATH}/${_filename}) |
---|
| 36 | CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${_FILE} ${EXECUTABLE_OUTPUT_PATH}/${_filename} COPYONLY) |
---|
| 37 | ENDIF (NOT EXISTS ${EXECUTABLE_OUTPUT_PATH}/${_filename}) |
---|
[2199] | 38 | ENDFOREACH(_FILE) |
---|
Note: See
TracBrowser
for help on using the repository browser.