소스 검색

remove Ode.Net - missing files. ( old ode may be broken now)

UbitUmarov 8 년 전
부모
커밋
8cc08b899c
2개의 변경된 파일7개의 추가작업 그리고 2개의 파일을 삭제
  1. 7 0
      bin/OpenSim.Region.PhysicsModule.Ode.dll.config
  2. 0 2
      prebuild.xml

+ 7 - 0
bin/OpenSim.Region.PhysicsModule.Ode.dll.config

@@ -0,0 +1,7 @@
+<configuration>
+  <dllmap os="osx" dll="ode" target="lib64/libode.dylib" />
+  <dllmap os="!windows,osx" cpu="x86-64,ia64" dll="ode" target="lib64/libode-x86_64" />
+  <dllmap os="!windows,osx" cpu="x86" dll="ode" target="lib32/libode" />
+  <dllmap os="!windows,osx" cpu="ppc64" dll="ode" target="lib64/libode-ppc64" />
+  <dllmap os="!windows,osx" cpu="s390x" dll="ode" target="lib64/libode-s390x" />
+</configuration>

+ 0 - 2
prebuild.xml

@@ -1657,7 +1657,6 @@
       <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/>
       <Reference name="OpenSim.Region.Framework"/>
       <Reference name="Mono.Addins" path="../../../../bin/"/>
-      <Reference name="Ode.NET" path="../../../../bin/"/>
       <Reference name="log4net" path="../../../../bin/"/>
 
       <Files>
@@ -3189,7 +3188,6 @@
       <Reference name="OpenSim.Region.PhysicsModule.Ode"/>
       <Reference name="OpenSim.Region.Framework"/>
       <Reference name="OpenSim.Tests.Common"/>
-      <Reference name="Ode.NET" path="../../../../../bin/"/>
       <Reference name="nunit.framework" path="../../../../../bin/"/>
       <Reference name="log4net" path="../../../../../bin/"/>