diff options
-rw-r--r-- | bin/Physics/OpenSim.Region.Physics.UbitOdePlugin.dll.config | 7 | ||||
-rw-r--r-- | prebuild.xml | 8 |
2 files changed, 4 insertions, 11 deletions
diff --git a/bin/Physics/OpenSim.Region.Physics.UbitOdePlugin.dll.config b/bin/Physics/OpenSim.Region.Physics.UbitOdePlugin.dll.config deleted file mode 100644 index c72c281..0000000 --- a/bin/Physics/OpenSim.Region.Physics.UbitOdePlugin.dll.config +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | <configuration> | ||
2 | <dllmap os="osx" dll="ode" target="lib64/libode.dylib" /> | ||
3 | <dllmap os="!windows,osx" cpu="x86-64,ia64" dll="ode" target="lib64/libode-x86_64" /> | ||
4 | <dllmap os="!windows,osx" cpu="x86" dll="ode" target="lib32/libode" /> | ||
5 | <dllmap os="!windows,osx" cpu="ppc64" dll="ode" target="lib64/libode-ppc64" /> | ||
6 | <dllmap os="!windows,osx" cpu="s390x" dll="ode" target="lib64/libode-s390x" /> | ||
7 | </configuration> | ||
diff --git a/prebuild.xml b/prebuild.xml index 285a768..e6a9db8 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -362,12 +362,12 @@ | |||
362 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.UbitOde" path="OpenSim/Region/PhysicsModules/UbitOde" type="Library"> | 362 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.UbitOde" path="OpenSim/Region/PhysicsModules/UbitOde" type="Library"> |
363 | <Configuration name="Debug"> | 363 | <Configuration name="Debug"> |
364 | <Options> | 364 | <Options> |
365 | <OutputPath>../../../../bin/Physics/</OutputPath> | 365 | <OutputPath>../../../../bin/</OutputPath> |
366 | </Options> | 366 | </Options> |
367 | </Configuration> | 367 | </Configuration> |
368 | <Configuration name="Release"> | 368 | <Configuration name="Release"> |
369 | <Options> | 369 | <Options> |
370 | <OutputPath>../../../../bin/Physics/</OutputPath> | 370 | <OutputPath>../../../../bin/</OutputPath> |
371 | </Options> | 371 | </Options> |
372 | </Configuration> | 372 | </Configuration> |
373 | 373 | ||
@@ -395,12 +395,12 @@ | |||
395 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.UbitMeshing" path="OpenSim/Region/PhysicsModules/UbitMeshing" type="Library"> | 395 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.UbitMeshing" path="OpenSim/Region/PhysicsModules/UbitMeshing" type="Library"> |
396 | <Configuration name="Debug"> | 396 | <Configuration name="Debug"> |
397 | <Options> | 397 | <Options> |
398 | <OutputPath>../../../../bin/Physics/</OutputPath> | 398 | <OutputPath>../../../../bin/</OutputPath> |
399 | </Options> | 399 | </Options> |
400 | </Configuration> | 400 | </Configuration> |
401 | <Configuration name="Release"> | 401 | <Configuration name="Release"> |
402 | <Options> | 402 | <Options> |
403 | <OutputPath>../../../../bin/Physics/</OutputPath> | 403 | <OutputPath>../../../../bin/</OutputPath> |
404 | </Options> | 404 | </Options> |
405 | </Configuration> | 405 | </Configuration> |
406 | 406 | ||