Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1897 for code


Ignore:
Timestamp:
Oct 10, 2008, 5:27:52 PM (15 years ago)
Author:
rgrieder
Message:

Added init directory that contains all the files required to run orxonox.
This namely includes plugins.cfg and orxonox.ini in order to set the media path and the plugins correctly.
The solution is not perfect, but a lot better than having all those files in bin/.
We could for instance create an addition special folder for tardis to get rid of plugins.cfg-init, etc.

Also created init/common for files like *.tcl or def_keybindings.ini

Changes in msvc files:
files from init/common and init/SolutionName/ConfigurationName are automatically copied to the output directory if not yet existing.

Location:
code/trunk
Files:
13 added
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/visual_studio/vc8/orxonox.vsprops

    r1896 r1897  
    1919                IgnoreDefaultLibraryNames=""
    2020        />
     21        <Tool
     22                Name="VCPostBuildEventTool"
     23                Description="Copying files from init folder..."
     24                CommandLine="for %%a in ($(RootDir)\init\$(SolutionName)\$(ConfigurationName)\*) do replace %%a $(OutDir). /A &gt;nul&#x0D;&#x0A;for %%a in ($(RootDir)\init\common\*) do replace %%a $(OutDir). /A &gt;nul"
     25        />
    2126</VisualStudioPropertySheet>
Note: See TracChangeset for help on using the changeset viewer.