aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Physics
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-09-17 00:49:26 +0100
committerJustin Clark-Casey (justincc)2011-09-17 00:49:26 +0100
commit6f69ab3bcb932589f102c16b718e7f8964d2c8eb (patch)
tree426a9b5aa1ad92d8c27482d721b007fc5b60ad4b /bin/Physics
parentOn setting a new avatar appearance, if height hasn't changed then don't set t... (diff)
downloadopensim-SC_OLD-6f69ab3bcb932589f102c16b718e7f8964d2c8eb.zip
opensim-SC_OLD-6f69ab3bcb932589f102c16b718e7f8964d2c8eb.tar.gz
opensim-SC_OLD-6f69ab3bcb932589f102c16b718e7f8964d2c8eb.tar.bz2
opensim-SC_OLD-6f69ab3bcb932589f102c16b718e7f8964d2c8eb.tar.xz
Add back BulletSPlugin.dll.config that I somehow managed to delete today in a00327d
Diffstat (limited to 'bin/Physics')
-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..026417a
--- /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.so" />
5 <dllmap os="!windows,osx" cpu="x86-64,ia64" dll="BulletSim" target="./libBulletSim-x86_64.so" />
6</configuration>