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/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config | |
parent | Merge branch 'master' into bulletsim (diff) | |
download | opensim-SC_OLD-b281163457fe40f14b2a5434296cd87816307657.zip opensim-SC_OLD-b281163457fe40f14b2a5434296cd87816307657.tar.gz opensim-SC_OLD-b281163457fe40f14b2a5434296cd87816307657.tar.bz2 opensim-SC_OLD-b281163457fe40f14b2a5434296cd87816307657.tar.xz |
BulletSim: add .so for 64 bit Linux. Move .config file to where it will be read.
Diffstat (limited to 'bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config')
-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> | ||