aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorUbitUmarov2015-09-08 18:54:40 +0100
committerUbitUmarov2015-09-08 18:54:40 +0100
commit3780e98d36dc4083be9398738e9d02c846afbf1a (patch)
tree17047050f202b593fe50774e392ac09e9b5a1f97
parentmore on compile.. (diff)
downloadopensim-SC-3780e98d36dc4083be9398738e9d02c846afbf1a.zip
opensim-SC-3780e98d36dc4083be9398738e9d02c846afbf1a.tar.gz
opensim-SC-3780e98d36dc4083be9398738e9d02c846afbf1a.tar.bz2
opensim-SC-3780e98d36dc4083be9398738e9d02c846afbf1a.tar.xz
more on compile..
-rw-r--r--bin/Physics/OpenSim.Region.Physics.UbitOdePlugin.dll.config7
-rw-r--r--prebuild.xml8
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