diff options
-rw-r--r-- | bin/OpenSim.Region.PhysicsModule.Ode.dll.config | 7 | ||||
-rw-r--r-- | prebuild.xml | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/bin/OpenSim.Region.PhysicsModule.Ode.dll.config b/bin/OpenSim.Region.PhysicsModule.Ode.dll.config new file mode 100644 index 0000000..c72c281 --- /dev/null +++ b/bin/OpenSim.Region.PhysicsModule.Ode.dll.config | |||
@@ -0,0 +1,7 @@ | |||
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 06531cf..84c2cc9 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1657,7 +1657,6 @@ | |||
1657 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> | 1657 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
1658 | <Reference name="OpenSim.Region.Framework"/> | 1658 | <Reference name="OpenSim.Region.Framework"/> |
1659 | <Reference name="Mono.Addins" path="../../../../bin/"/> | 1659 | <Reference name="Mono.Addins" path="../../../../bin/"/> |
1660 | <Reference name="Ode.NET" path="../../../../bin/"/> | ||
1661 | <Reference name="log4net" path="../../../../bin/"/> | 1660 | <Reference name="log4net" path="../../../../bin/"/> |
1662 | 1661 | ||
1663 | <Files> | 1662 | <Files> |
@@ -3189,7 +3188,6 @@ | |||
3189 | <Reference name="OpenSim.Region.PhysicsModule.Ode"/> | 3188 | <Reference name="OpenSim.Region.PhysicsModule.Ode"/> |
3190 | <Reference name="OpenSim.Region.Framework"/> | 3189 | <Reference name="OpenSim.Region.Framework"/> |
3191 | <Reference name="OpenSim.Tests.Common"/> | 3190 | <Reference name="OpenSim.Tests.Common"/> |
3192 | <Reference name="Ode.NET" path="../../../../../bin/"/> | ||
3193 | <Reference name="nunit.framework" path="../../../../../bin/"/> | 3191 | <Reference name="nunit.framework" path="../../../../../bin/"/> |
3194 | <Reference name="log4net" path="../../../../../bin/"/> | 3192 | <Reference name="log4net" path="../../../../../bin/"/> |
3195 | 3193 | ||