Changeset 2244 for code/branches/buildsystem/bin
- Timestamp:
- Nov 21, 2008, 12:36:23 AM (16 years ago)
- Location:
- code/branches/buildsystem/bin
- Files:
-
- 1 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem/bin/CMakeLists.txt
r2243 r2244 10 10 SET(CONFIG_FILES ${CONFIG_FILES} 11 11 linux/run-script 12 tardis/ plugins.cfg12 tardis/orxonox.ini 13 13 ) 14 14 … … 16 16 SET(CONFIG_FILES ${CONFIG_FILES} 17 17 linux/run-script 18 linux/ plugins.cfg18 linux/orxonox.ini 19 19 ) 20 20 ENDIF(IS_TARDIS) … … 22 22 IF(MINGW) 23 23 SET(CONFIG_FILES ${CONFIG_FILES} 24 "mingw/ plugins.cfg"24 "mingw/orxonox.ini" 25 25 "mingw/orxonox.bat" 26 26 ) -
code/branches/buildsystem/bin/linux/orxonox.ini
r2243 r2244 1 # Defines plugins to load 1 [Settings] 2 dataPath_ = ../../../media/ 2 3 3 # Define plugin folder 4 PluginFolder=/usr/lib/OGRE 5 6 # Define plugins 7 #Plugin=RenderSystem_Direct3D9 8 Plugin=RenderSystem_GL 9 Plugin=Plugin_ParticleFX 10 Plugin=Plugin_CgProgramManager 11 #Plugin=Plugin_BSPSceneManager 12 #Plugin=Plugin_OctreeSceneManager 13 14 4 [GSGraphics] 5 ogrePluginsFolder_ = /usr/lib/OGRE 6 ogrePlugins_ = RenderSystem_GL, Plugin_ParticleFX, Plugin_CgProgramManager #,Plugin_BSPSceneManager, Plugin_OctreeSceneManager -
code/branches/buildsystem/bin/mingw/orxonox.ini
r2243 r2244 1 # Defines plugins to load 1 [Settings] 2 dataPath_ = ../../../media/ 2 3 3 # Define plugin folder 4 PluginFolder=..\..\libs\ogre\Samples\Common\bin\Release\ 5 6 # Define plugins 7 Plugin=RenderSystem_Direct3D9 8 Plugin=RenderSystem_GL 9 Plugin=Plugin_ParticleFX 10 Plugin=Plugin_CgProgramManager 11 #Plugin=Plugin_BSPSceneManager 12 #Plugin=Plugin_OctreeSceneManager 13 4 [GSGraphics] 5 ogrePluginsFolder_ = ..\..\libs\ogre\Samples\Common\bin\Release\ 6 ogrePlugins_ = RenderSystem_Direct3D9, RenderSystem_GL, Plugin_ParticleFX, Plugin_CgProgramManager #,Plugin_BSPSceneManager, Plugin_OctreeSceneManager -
code/branches/buildsystem/bin/tardis/orxonox.ini
r2243 r2244 1 # Defines plugins to load 1 [Settings] 2 dataPath_ = ../../../media/ 2 3 3 # Define plugin folder 4 PluginFolder=/usr/pack/ogre-1.4.5-sd/i686-debian-linux3.1/lib/OGRE/ 5 6 # Define plugins 7 #Plugin=RenderSystem_Direct3D9 8 Plugin=RenderSystem_GL 9 Plugin=Plugin_ParticleFX 10 Plugin=Plugin_CgProgramManager 11 #Plugin=Plugin_BSPSceneManager 12 #Plugin=Plugin_OctreeSceneManager 13 14 4 [GSGraphics] 5 ogrePluginsFolder_ = /usr/pack/ogre-1.4.5-sd/i686-debian-linux3.1/lib/OGRE/ 6 ogrePlugins_ = RenderSystem_GL, Plugin_ParticleFX, Plugin_CgProgramManager #,Plugin_BSPSceneManager, Plugin_OctreeSceneManager
Note: See TracChangeset
for help on using the changeset viewer.