Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation/visual_studio/vc8/orxonox.vsprops @ 2490

Last change on this file since 2490 was 2485, checked in by landauf, 16 years ago

Merged objecthierarchy2 into presentation branch

Couln't merge 2 lines in Gamestate.cc and a whole block of code in GSDedicated.cc (it seems like oli implemented in both branches something like a network-tick-limiter but with different approaches)

Not yet tested in network mode and with bots
The SpaceShips movement is also not yet fully adopted to the new physics (see Engine class)

File size: 1.0 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioPropertySheet
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="orxonox"
6        InheritedPropertySheets=".\directories.vsprops"
7        >
8        <Tool
9                Name="VCCLCompilerTool"
10                AdditionalOptions="/MP2 /Zm200"
11                AdditionalIncludeDirectories="$(RootDir)src\orxonox"
12                PreprocessorDefinitions="ORXONOX_NO_EXPORTS;ORXONOX_ENABLE_PCH;LUA_BUILD_AS_DLL"
13                UsePrecompiledHeader="2"
14                PrecompiledHeaderThrough="OrxonoxStableHeaders.h"
15        />
16        <Tool
17                Name="VCLinkerTool"
18                AdditionalDependencies="OgreMain$(CS).lib tcl85t.lib enet$(CS).lib zlib$(CS).lib CEGUIBase$(CS).lib"
19                OutputFile="$(OutDir)$(ProjectName)$(CS).exe"
20                IgnoreDefaultLibraryNames=""
21        />
22        <Tool
23                Name="VCPostBuildEventTool"
24                Description="Copying files from init folder..."
25                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;"
26        />
27</VisualStudioPropertySheet>
Note: See TracBrowser for help on using the repository browser.