aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorlbsa712007-03-14 14:25:18 +0000
committerlbsa712007-03-14 14:25:18 +0000
commitfd880bcbb6b6efb093c190283ce83de0f47057fa (patch)
treebf12085c5bff69024c333ca6ff74b95c0557ca69 /src
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/Config/SimConfig/SimConfig.csproj2
-rw-r--r--src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj2
-rw-r--r--src/physics/plugins/BasicPhysicsplugin.csproj2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Config/SimConfig/SimConfig.csproj b/src/Config/SimConfig/SimConfig.csproj
index 5aee907..98e86f1 100644
--- a/src/Config/SimConfig/SimConfig.csproj
+++ b/src/Config/SimConfig/SimConfig.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\</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>
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>
diff --git a/src/physics/plugins/BasicPhysicsplugin.csproj b/src/physics/plugins/BasicPhysicsplugin.csproj
index e9eaf03..f0b3c9a 100644
--- a/src/physics/plugins/BasicPhysicsplugin.csproj
+++ b/src/physics/plugins/BasicPhysicsplugin.csproj
@@ -22,7 +22,7 @@
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
23 <DebugType>pdbonly</DebugType> 23 <DebugType>pdbonly</DebugType>
24 <Optimize>true</Optimize> 24 <Optimize>true</Optimize>
25 <OutputPath>bin\Release\</OutputPath> 25 <OutputPath>..\..\..\bin\Physics\</OutputPath>
26 <DefineConstants>TRACE</DefineConstants> 26 <DefineConstants>TRACE</DefineConstants>
27 <ErrorReport>prompt</ErrorReport> 27 <ErrorReport>prompt</ErrorReport>
28 <WarningLevel>4</WarningLevel> 28 <WarningLevel>4</WarningLevel>