diff options
author | UbitUmarov | 2012-04-01 11:20:11 +0100 |
---|---|---|
committer | UbitUmarov | 2012-04-01 11:20:11 +0100 |
commit | d5e123c1064df424f377ed7511e7dd3721c7be8b (patch) | |
tree | e0fb702dc1d5e3d26e6a108d47d2e7c898cd1907 /bin/Physics | |
parent | reduced instability in vertical atractor with eficiency of 1 and banking (diff) | |
parent | Merge branch 'master' into careminster (diff) | |
download | opensim-SC-d5e123c1064df424f377ed7511e7dd3721c7be8b.zip opensim-SC-d5e123c1064df424f377ed7511e7dd3721c7be8b.tar.gz opensim-SC-d5e123c1064df424f377ed7511e7dd3721c7be8b.tar.bz2 opensim-SC-d5e123c1064df424f377ed7511e7dd3721c7be8b.tar.xz |
Merge branch 'master' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to 'bin/Physics')
-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> |