aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorUbitUmarov2015-11-20 18:29:21 +0000
committerUbitUmarov2015-11-20 18:29:21 +0000
commit8cc08b899cc0916451ff7e986680aa0f8e8f3497 (patch)
treeebda083449963c6c89112fb2edd20573ce7c74fe
parent remove the hard to maintain Ode.Net wrapper only in use by old ode (diff)
downloadopensim-SC_OLD-8cc08b899cc0916451ff7e986680aa0f8e8f3497.zip
opensim-SC_OLD-8cc08b899cc0916451ff7e986680aa0f8e8f3497.tar.gz
opensim-SC_OLD-8cc08b899cc0916451ff7e986680aa0f8e8f3497.tar.bz2
opensim-SC_OLD-8cc08b899cc0916451ff7e986680aa0f8e8f3497.tar.xz
remove Ode.Net - missing files. ( old ode may be broken now)
-rw-r--r--bin/OpenSim.Region.PhysicsModule.Ode.dll.config7
-rw-r--r--prebuild.xml2
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