aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config
diff options
context:
space:
mode:
authorSnoopy Pfeffer2011-09-04 21:42:33 +0200
committerSnoopy Pfeffer2011-09-04 21:42:33 +0200
commit9f75eaf50e42ef6409fc272ba33a817241907ed8 (patch)
tree05ac8c7fdda842a4def82477b0101cc7e2c917d3 /bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config
parentStop NPCs losing attachments when the source avatar takes them off. (diff)
downloadopensim-SC_OLD-9f75eaf50e42ef6409fc272ba33a817241907ed8.zip
opensim-SC_OLD-9f75eaf50e42ef6409fc272ba33a817241907ed8.tar.gz
opensim-SC_OLD-9f75eaf50e42ef6409fc272ba33a817241907ed8.tar.bz2
opensim-SC_OLD-9f75eaf50e42ef6409fc272ba33a817241907ed8.tar.xz
Fixed BulletSim config files for Linux *.so libraries.
Diffstat (limited to 'bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config')
-rwxr-xr-xbin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config b/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config
index e521493..026417a 100755
--- a/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config
+++ b/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config
@@ -1,6 +1,6 @@
1<configuration> 1<configuration>
2 <dllmap os="windows" cpu="x86" dll="BulletSim" target="BulletSim" /> 2 <dllmap os="windows" cpu="x86" dll="BulletSim" target="BulletSim" />
3 <dllmap os="windows" cpu="x86-64,ia64" dll="BulletSim" target="BulletSim-x86_64" /> 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" /> 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" /> 5 <dllmap os="!windows,osx" cpu="x86-64,ia64" dll="BulletSim" target="./libBulletSim-x86_64.so" />
6</configuration> 6</configuration>