diff options
author | Robert Adams | 2011-08-30 13:19:53 -0700 |
---|---|---|
committer | Mic Bowman | 2011-08-30 13:19:53 -0700 |
commit | b281163457fe40f14b2a5434296cd87816307657 (patch) | |
tree | 431e9bbdda54e6b54aeb8525ea112fde112fd8a6 /bin/OpenSim.Region.Physics.BulletSPlugin.dll.config | |
parent | Merge branch 'master' into bulletsim (diff) | |
download | opensim-SC-b281163457fe40f14b2a5434296cd87816307657.zip opensim-SC-b281163457fe40f14b2a5434296cd87816307657.tar.gz opensim-SC-b281163457fe40f14b2a5434296cd87816307657.tar.bz2 opensim-SC-b281163457fe40f14b2a5434296cd87816307657.tar.xz |
BulletSim: add .so for 64 bit Linux. Move .config file to where it will be read.
Diffstat (limited to 'bin/OpenSim.Region.Physics.BulletSPlugin.dll.config')
-rwxr-xr-x | bin/OpenSim.Region.Physics.BulletSPlugin.dll.config | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/OpenSim.Region.Physics.BulletSPlugin.dll.config b/bin/OpenSim.Region.Physics.BulletSPlugin.dll.config deleted file mode 100755 index e521493..0000000 --- a/bin/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" /> | ||
5 | <dllmap os="!windows,osx" cpu="x86-64,ia64" dll="BulletSim" target="libBulletSim-x86_64" /> | ||
6 | </configuration> | ||