Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/physics_new/visual_studio/vc8/orxonox.vsprops @ 2119

Last change on this file since 2119 was 2119, checked in by rgrieder, 15 years ago

Merged physics branch into physics_new branch.

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.