Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem/bin/linux/plugins.cfg @ 2243

Last change on this file since 2243 was 2243, checked in by rgrieder, 15 years ago
  • Inserted IF when copying the config files from bin/ so existing files don't get overwritten.
  • Reorganised everything around the run-script: There are now folders in bin/ for each kind of distribution (tardis, linux, msvc and mingw). CMake will then copy the right files to the binary folder.
  • Removed ugly parts in the run-script since tardis now got its own one.
File size: 272 bytes
Line 
1# Defines plugins to load
2
3# Define plugin folder
4PluginFolder=/usr/lib/OGRE
5
6# Define plugins
7#Plugin=RenderSystem_Direct3D9
8Plugin=RenderSystem_GL
9Plugin=Plugin_ParticleFX
10Plugin=Plugin_CgProgramManager
11#Plugin=Plugin_BSPSceneManager
12#Plugin=Plugin_OctreeSceneManager
13
14
Note: See TracBrowser for help on using the repository browser.