Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/physics/visual_studio/vc8/orxonox.vsprops @ 1986

Last change on this file since 1986 was 1986, checked in by rgrieder, 16 years ago

updated msvc files to build Bullet and OgreBullet.

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