Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 21, 2008, 6:57:40 PM (15 years ago)
Author:
rgrieder
Message:

Fixed msvc build and adjusted some settings.
Also removed init directory since that got merged into the bin folder.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/visual_studio/vc8/orxonox.vsprops

    r2510 r2516  
    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&#x0D;&#x0A;"
    25         />
    2621</VisualStudioPropertySheet>
Note: See TracChangeset for help on using the changeset viewer.