Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 21, 2008, 12:22:22 AM (15 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/mingw
Files:
1 added
1 moved

Legend:

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

    r2235 r2243  
    22
    33# Define plugin folder
    4 PluginFolder=..\..\libs\ogre\Samples\Common\bin\Release
     4PluginFolder=..\..\libs\ogre\Samples\Common\bin\Release\
    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
Note: See TracChangeset for help on using the changeset viewer.