diff options
author | Justin Clark-Casey (justincc) | 2011-08-30 22:07:32 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-08-30 22:07:32 +0100 |
commit | 953611af53d12bad8b2f25427505e0bdadeda366 (patch) | |
tree | 494e1723c26193fbf0020be1a6ff6c82b7b29f71 /bin/Physics | |
parent | Fix bug where attachments were remaining on the avatar after being dropped. (diff) | |
parent | BulletSim: update values in OpenSimDefaults.ini to the same as defaults in th... (diff) | |
download | opensim-SC-953611af53d12bad8b2f25427505e0bdadeda366.zip opensim-SC-953611af53d12bad8b2f25427505e0bdadeda366.tar.gz opensim-SC-953611af53d12bad8b2f25427505e0bdadeda366.tar.bz2 opensim-SC-953611af53d12bad8b2f25427505e0bdadeda366.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin/Physics')
-rwxr-xr-x | bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config b/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config new file mode 100755 index 0000000..e521493 --- /dev/null +++ b/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config | |||
@@ -0,0 +1,6 @@ | |||
1 | <configuration> | ||
2 | <dllmap os="windows" cpu="x86" dll="BulletSim" target="BulletSim" /> | ||
3 | <dllmap os="windows" cpu="x86-64,ia64" dll="BulletSim" target="BulletSim-x86_64" /> | ||
4 | <dllmap os="!windows,osx" cpu="x86" dll="BulletSim" target="libBulletSim" /> | ||
5 | <dllmap os="!windows,osx" cpu="x86-64,ia64" dll="BulletSim" target="libBulletSim-x86_64" /> | ||
6 | </configuration> | ||