diff options
author | Justin Clark-Casey (justincc) | 2012-03-28 23:38:04 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-03-28 23:38:04 +0100 |
commit | 7aa0c05fba34b2347d41d350c9109c1dd43a1965 (patch) | |
tree | 96286848f941a8062644fb422546942685951613 /bin/Physics | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
parent | BulletSim: update 64 bit libraries and change Linux configuration to use the ... (diff) | |
download | opensim-SC_OLD-7aa0c05fba34b2347d41d350c9109c1dd43a1965.zip opensim-SC_OLD-7aa0c05fba34b2347d41d350c9109c1dd43a1965.tar.gz opensim-SC_OLD-7aa0c05fba34b2347d41d350c9109c1dd43a1965.tar.bz2 opensim-SC_OLD-7aa0c05fba34b2347d41d350c9109c1dd43a1965.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
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> |