Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 21, 2008, 12:22:22 AM (16 years ago)
Author:
rgrieder
Message:
  • 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.
Location:
code/branches/buildsystem/bin/tardis
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem/bin/tardis/plugins.cfg

    r2235 r2243  
    22
    33# Define plugin folder
    4 PluginFolder=/usr/lib/OGRE
     4PluginFolder=/usr/pack/ogre-1.4.5-sd/i686-debian-linux3.1/lib/OGRE/
    55
    66# Define plugins
     
    88Plugin=RenderSystem_GL
    99Plugin=Plugin_ParticleFX
    10 Plugin=Plugin_BSPSceneManager
    11 Plugin=Plugin_OctreeSceneManager
    12 #Plugin=Plugin_CgProgramManager
     10Plugin=Plugin_CgProgramManager
     11#Plugin=Plugin_BSPSceneManager
     12#Plugin=Plugin_OctreeSceneManager
    1313
    1414
Note: See TracChangeset for help on using the changeset viewer.