aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Physics
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Physics')
-rwxr-xr-xbin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config b/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config
deleted file mode 100755
index 026417a..0000000
--- a/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config
+++ /dev/null
@@ -1,6 +0,0 @@
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>