aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj
diff options
context:
space:
mode:
authorlbsa712007-03-14 14:25:18 +0000
committerlbsa712007-03-14 14:25:18 +0000
commitfd880bcbb6b6efb093c190283ce83de0f47057fa (patch)
treebf12085c5bff69024c333ca6ff74b95c0557ca69 /src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj
parent* Made sure physics dlls end up in /bin/Physics (diff)
downloadopensim-SC_OLD-fd880bcbb6b6efb093c190283ce83de0f47057fa.zip
opensim-SC_OLD-fd880bcbb6b6efb093c190283ce83de0f47057fa.tar.gz
opensim-SC_OLD-fd880bcbb6b6efb093c190283ce83de0f47057fa.tar.bz2
opensim-SC_OLD-fd880bcbb6b6efb093c190283ce83de0f47057fa.tar.xz
* /bin for Release as well
Diffstat (limited to '')
-rw-r--r--src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj b/src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj
index 7b1616a..8cbba6f 100644
--- a/src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj
+++ b/src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj
@@ -16,7 +16,7 @@
16 <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> 16 <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
17 </PropertyGroup> 17 </PropertyGroup>
18 <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> 18 <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
19 <OutputPath>bin\Release\</OutputPath> 19 <OutputPath>..\..\..\..\bin\Physics\</OutputPath>
20 <Optimize>True</Optimize> 20 <Optimize>True</Optimize>
21 <DefineConstants>TRACE</DefineConstants> 21 <DefineConstants>TRACE</DefineConstants>
22 <DebugSymbols>False</DebugSymbols> 22 <DebugSymbols>False</DebugSymbols>