aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/physics/RealPhysX/RealPhysXplugin
diff options
context:
space:
mode:
authorlbsa712007-03-14 14:04:02 +0000
committerlbsa712007-03-14 14:04:02 +0000
commita9ee8f9382ff853c57468126c70711dcd9169d25 (patch)
tree86efec047ce977f1796479b353404599a0405bc2 /src/physics/RealPhysX/RealPhysXplugin
parentFixed problem with link to CAPS\SimHttp.cs in second-server project (diff)
downloadopensim-SC_OLD-a9ee8f9382ff853c57468126c70711dcd9169d25.zip
opensim-SC_OLD-a9ee8f9382ff853c57468126c70711dcd9169d25.tar.gz
opensim-SC_OLD-a9ee8f9382ff853c57468126c70711dcd9169d25.tar.bz2
opensim-SC_OLD-a9ee8f9382ff853c57468126c70711dcd9169d25.tar.xz
* Made sure physics dlls end up in /bin/Physics
* Re-fixed the timer bug. * Added a README note explaining the fast track to building and running sandbox on Windows/VS 2005
Diffstat (limited to '')
-rw-r--r--src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj b/src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj
index b4f2690..7b1616a 100644
--- a/src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj
+++ b/src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj
@@ -1,4 +1,4 @@
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup> 2 <PropertyGroup>
3 <OutputType>Library</OutputType> 3 <OutputType>Library</OutputType>
4 <RootNamespace>RealPhysXplugin</RootNamespace> 4 <RootNamespace>RealPhysXplugin</RootNamespace>
@@ -8,7 +8,7 @@
8 <ProjectGuid>{56C1D214-F389-4228-921A-0A3A0712C159}</ProjectGuid> 8 <ProjectGuid>{56C1D214-F389-4228-921A-0A3A0712C159}</ProjectGuid>
9 </PropertyGroup> 9 </PropertyGroup>
10 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> 10 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
11 <OutputPath>bin\Debug\</OutputPath> 11 <OutputPath>..\..\..\..\bin\Physics\</OutputPath>
12 <Optimize>False</Optimize> 12 <Optimize>False</Optimize>
13 <DefineConstants>DEBUG;TRACE</DefineConstants> 13 <DefineConstants>DEBUG;TRACE</DefineConstants>
14 <DebugSymbols>True</DebugSymbols> 14 <DebugSymbols>True</DebugSymbols>
@@ -29,6 +29,7 @@
29 <Reference Include="PhysX_Wrapper_Dotnet"> 29 <Reference Include="PhysX_Wrapper_Dotnet">
30 <HintPath>..\..\..\..\bin\PhysX_Wrapper_Dotnet.dll</HintPath> 30 <HintPath>..\..\..\..\bin\PhysX_Wrapper_Dotnet.dll</HintPath>
31 <SpecificVersion>False</SpecificVersion> 31 <SpecificVersion>False</SpecificVersion>
32 <Private>False</Private>
32 </Reference> 33 </Reference>
33 </ItemGroup> 34 </ItemGroup>
34 <ItemGroup> 35 <ItemGroup>
@@ -39,6 +40,7 @@
39 <ProjectReference Include="..\..\PhysicsManager.csproj"> 40 <ProjectReference Include="..\..\PhysicsManager.csproj">
40 <Project>{3C86A846-7977-4EE7-A8DC-DD487FA5DC2B}</Project> 41 <Project>{3C86A846-7977-4EE7-A8DC-DD487FA5DC2B}</Project>
41 <Name>PhysicsManager</Name> 42 <Name>PhysicsManager</Name>
43 <Private>False</Private>
42 </ProjectReference> 44 </ProjectReference>
43 </ItemGroup> 45 </ItemGroup>
44 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> 46 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />