diff options
author | Robert Adams | 2012-03-28 15:36:20 -0700 |
---|---|---|
committer | Robert Adams | 2012-03-28 15:36:20 -0700 |
commit | 41388804646c4d4b375d28db891a603cefa1c48c (patch) | |
tree | 953fa472ab6f312b607cd24981aecd3bff086c94 /bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config | |
parent | HG 2.0 Suitcase inventory: proof of concept now working properly with the hea... (diff) | |
download | opensim-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 '')
-rwxr-xr-x | bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config | 8 |
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> |