Changeset 2243 for code/branches/buildsystem
- Timestamp:
- Nov 21, 2008, 12:22:22 AM (16 years ago)
- Location:
- code/branches/buildsystem
- Files:
-
- 4 added
- 1 deleted
- 2 edited
- 1 copied
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem/bin/CMakeLists.txt
r2241 r2243 1 1 SET(CONFIG_FILES 2 def_keybindings.ini 3 disco.txt 4 irc.tcl 5 ogre.cfg-init 6 orxonox.bat 7 Plugins.cfg 8 plugins.cfg-init 9 remote.tcl 10 run-script 11 telnet_server.tcl 2 def_keybindings.ini 3 disco.txt 4 irc.tcl 5 remote.tcl 6 telnet_server.tcl 12 7 ) 13 8 9 IF(IS_TARDIS) 10 SET(CONFIG_FILES ${CONFIG_FILES} 11 linux/run-script 12 tardis/plugins.cfg 13 ) 14 15 ELSEIF(UNIX) 16 SET(CONFIG_FILES ${CONFIG_FILES} 17 linux/run-script 18 linux/plugins.cfg 19 ) 20 ENDIF(IS_TARDIS) 21 22 IF(MINGW) 23 SET(CONFIG_FILES ${CONFIG_FILES} 24 "mingw/plugins.cfg" 25 "mingw/orxonox.bat" 26 ) 27 ENDIF(MINGW) 28 14 29 FOREACH(_FILE ${CONFIG_FILES}) 15 CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${_FILE} ${EXECUTABLE_OUTPUT_PATH}/${_FILE} COPYONLY) 30 GET_FILENAME_COMPONENT(_filename ${_FILE} NAME) 31 IF (NOT EXISTS ${EXECUTABLE_OUTPUT_PATH}/${_filename}) 32 CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${_FILE} ${EXECUTABLE_OUTPUT_PATH}/${_filename} COPYONLY) 33 ENDIF (NOT EXISTS ${EXECUTABLE_OUTPUT_PATH}/${_filename}) 16 34 ENDFOREACH(_FILE) -
code/branches/buildsystem/bin/linux/plugins.cfg
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/code/branches/ceguilua/bin/plugins.cfg-init merged eligible /code/branches/core3/bin/plugins.cfg-init 1572-1739 /code/branches/gcc43/bin/plugins.cfg-init 1580 /code/branches/gui/bin/plugins.cfg-init 1635-1723 /code/branches/input/bin/plugins.cfg-init 1629-1636
r2235 r2243 8 8 Plugin=RenderSystem_GL 9 9 Plugin=Plugin_ParticleFX 10 Plugin=Plugin_ BSPSceneManager11 Plugin=Plugin_OctreeSceneManager12 #Plugin=Plugin_ CgProgramManager10 Plugin=Plugin_CgProgramManager 11 #Plugin=Plugin_BSPSceneManager 12 #Plugin=Plugin_OctreeSceneManager 13 13 14 14 -
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
code/branches/buildsystem/bin/linux/run-script
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/code/branches/ceguilua/bin/run-script merged eligible /code/branches/core3/bin/run-script 1572-1739 /code/branches/gcc43/bin/run-script 1580 /code/branches/gui/bin/run-script 1635-1723 /code/branches/input/bin/run-script 1629-1636
r2235 r2243 8 8 fi 9 9 10 if [ ! -f orge.cfg ]; then11 cp ogre.cfg-init ogre.cfg12 fi13 14 # check if plugins.cfg exists, and of not create it15 # and modify16 if [ ! -f plugins.cfg ]; then17 if uname -n | grep -q "tardis"; then18 sed -e 's:PluginFolder=/usr/lib/OGRE:PluginFolder=/usr/pack/ogre-1.4.5-sd/i686-debian-linux3.1/lib/OGRE/:' \19 -e 's:#Plugin=Plugin_CgProgramManager:Plugin=Plugin_CgProgramManager:' plugins.cfg-init > plugins.cfg20 else21 cp plugins.cfg-init plugins.cfg22 fi23 fi24 25 10 trap "xset r && echo 'resetting autorepeat'" HUP INT TERM QUIT ABRT KILL ALRM 26 11 ./orxonox $@ -
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
code/branches/buildsystem/bin/mingw/orxonox.bat
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/code/branches/ceguilua/bin/orxonox.bat merged eligible /code/branches/core3/bin/orxonox.bat 1572-1739 /code/branches/gcc43/bin/orxonox.bat 1580 /code/branches/gui/bin/orxonox.bat 1635-1723 /code/branches/input/bin/orxonox.bat 1629-1636
r2235 r2243 1 1 title Orxonox 2 path lib;..\..\libs;%path%2 path ..\..\libs;%path% 3 3 orxonox.exe 4 4 pause -
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
code/branches/buildsystem/bin/mingw/plugins.cfg
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/code/branches/ceguilua/bin/Plugins.cfg merged eligible /code/branches/core3/bin/Plugins.cfg 1572-1739 /code/branches/gcc43/bin/Plugins.cfg 1580 /code/branches/gui/bin/Plugins.cfg 1635-1723 /code/branches/input/bin/Plugins.cfg 1629-1636
r2235 r2243 2 2 3 3 # Define plugin folder 4 PluginFolder=..\..\libs\ogre\Samples\Common\bin\Release 4 PluginFolder=..\..\libs\ogre\Samples\Common\bin\Release\ 5 5 6 6 # Define plugins … … 8 8 Plugin=RenderSystem_GL 9 9 Plugin=Plugin_ParticleFX 10 Plugin=Plugin_ BSPSceneManager11 Plugin=Plugin_OctreeSceneManager12 #Plugin=Plugin_ CgProgramManager10 Plugin=Plugin_CgProgramManager 11 #Plugin=Plugin_BSPSceneManager 12 #Plugin=Plugin_OctreeSceneManager 13 13 -
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
code/branches/buildsystem/bin/tardis/plugins.cfg
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/code/branches/ceguilua/bin/plugins.cfg-init merged eligible /code/branches/core3/bin/plugins.cfg-init 1572-1739 /code/branches/gcc43/bin/plugins.cfg-init 1580 /code/branches/gui/bin/plugins.cfg-init 1635-1723 /code/branches/input/bin/plugins.cfg-init 1629-1636
r2235 r2243 2 2 3 3 # Define plugin folder 4 PluginFolder=/usr/ lib/OGRE4 PluginFolder=/usr/pack/ogre-1.4.5-sd/i686-debian-linux3.1/lib/OGRE/ 5 5 6 6 # Define plugins … … 8 8 Plugin=RenderSystem_GL 9 9 Plugin=Plugin_ParticleFX 10 Plugin=Plugin_ BSPSceneManager11 Plugin=Plugin_OctreeSceneManager12 #Plugin=Plugin_ CgProgramManager10 Plugin=Plugin_CgProgramManager 11 #Plugin=Plugin_BSPSceneManager 12 #Plugin=Plugin_OctreeSceneManager 13 13 14 14 -
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
code/branches/buildsystem/cmake/UseTolua.cmake
r2241 r2243 43 43 -s "${TOLUA_PARSER_SOURCE}" 44 44 "${_tolua_pkgfile}" 45 DEPENDS "${_tolua_executable_name}" ${_tolua_inputfiles} ${TOLUA_PARSER_DEPENDENCIES} 45 DEPENDS "${_tolua_executable_name}" ${TOLUA_PARSER_DEPENDENCIES} 46 IMPLICIT_DEPENDS CXX ${_tolua_inputfiles} 46 47 WORKING_DIRECTORY "${LIBRARY_OUTPUT_PATH}" 47 48 )
Note: See TracChangeset
for help on using the changeset viewer.