aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Physics
diff options
context:
space:
mode:
authorRobert Adams2012-03-28 15:36:20 -0700
committerRobert Adams2012-03-28 15:36:20 -0700
commit41388804646c4d4b375d28db891a603cefa1c48c (patch)
tree953fa472ab6f312b607cd24981aecd3bff086c94 /bin/Physics
parentHG 2.0 Suitcase inventory: proof of concept now working properly with the hea... (diff)
downloadopensim-SC_OLD-41388804646c4d4b375d28db891a603cefa1c48c.zip
opensim-SC_OLD-41388804646c4d4b375d28db891a603cefa1c48c.tar.gz
opensim-SC_OLD-41388804646c4d4b375d28db891a603cefa1c48c.tar.bz2
opensim-SC_OLD-41388804646c4d4b375d28db891a603cefa1c48c.tar.xz
BulletSim: update 64 bit libraries and change Linux configuration to use the files in the lib32 and lib64 directories as needed.
Diffstat (limited to 'bin/Physics')
-rwxr-xr-xbin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config b/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config
index 026417a..1bc7e41 100755
--- a/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config
+++ b/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config
@@ -1,6 +1,6 @@
1<configuration> 1<configuration>
2 <dllmap os="windows" cpu="x86" dll="BulletSim" target="BulletSim" /> 2 <dllmap os="windows" cpu="x86" dll="BulletSim" target="lib32/BulletSim" />
3 <dllmap os="windows" cpu="x86-64,ia64" dll="BulletSim" target="BulletSim-x86_64" /> 3 <dllmap os="windows" cpu="x86-64,ia64" dll="BulletSim" target="lib64/BulletSim" />
4 <dllmap os="!windows,osx" cpu="x86" dll="BulletSim" target="./libBulletSim.so" /> 4 <dllmap os="!windows,osx" cpu="x86" dll="BulletSim" target="lib32/libBulletSim.so" />
5 <dllmap os="!windows,osx" cpu="x86-64,ia64" dll="BulletSim" target="./libBulletSim-x86_64.so" /> 5 <dllmap os="!windows,osx" cpu="x86-64,ia64" dll="BulletSim" target="lib64/libBulletSim.so" />
6</configuration> 6</configuration>