aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-30 22:07:32 +0100
committerJustin Clark-Casey (justincc)2011-08-30 22:07:32 +0100
commit953611af53d12bad8b2f25427505e0bdadeda366 (patch)
tree494e1723c26193fbf0020be1a6ff6c82b7b29f71 /bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config
parentFix bug where attachments were remaining on the avatar after being dropped. (diff)
parentBulletSim: update values in OpenSimDefaults.ini to the same as defaults in th... (diff)
downloadopensim-SC_OLD-953611af53d12bad8b2f25427505e0bdadeda366.zip
opensim-SC_OLD-953611af53d12bad8b2f25427505e0bdadeda366.tar.gz
opensim-SC_OLD-953611af53d12bad8b2f25427505e0bdadeda366.tar.bz2
opensim-SC_OLD-953611af53d12bad8b2f25427505e0bdadeda366.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config')
-rwxr-xr-xbin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config6
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>