diff options
author | Jon Cundill | 2013-04-07 12:31:49 +0100 |
---|---|---|
committer | Robert Adams | 2013-04-08 09:09:30 -0700 |
commit | f68b963596e7df2c28761af4584b4dcb17d550eb (patch) | |
tree | 16a206fa6abdd5bbf29e6b2b8cba61bea53f2684 | |
parent | BulletSim: moving comments around. No functional change. (diff) | |
download | opensim-SC_OLD-f68b963596e7df2c28761af4584b4dcb17d550eb.zip opensim-SC_OLD-f68b963596e7df2c28761af4584b4dcb17d550eb.tar.gz opensim-SC_OLD-f68b963596e7df2c28761af4584b4dcb17d550eb.tar.bz2 opensim-SC_OLD-f68b963596e7df2c28761af4584b4dcb17d550eb.tar.xz |
fixed bullet config for osx
Signed-off-by: Robert Adams <Robert.Adams@intel.com>
-rwxr-xr-x | bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config b/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config index 1bc7e41..2763525 100755 --- a/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config +++ b/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config | |||
@@ -1,6 +1,8 @@ | |||
1 | <configuration> | 1 | <configuration> |
2 | <dllmap os="windows" cpu="x86" dll="BulletSim" target="lib32/BulletSim" /> | 2 | <dllmap os="windows" cpu="x86" dll="BulletSim" target="lib32/BulletSim" /> |
3 | <dllmap os="windows" cpu="x86-64,ia64" dll="BulletSim" target="lib64/BulletSim" /> | 3 | <dllmap os="windows" cpu="x86-64,ia64" dll="BulletSim" target="lib64/BulletSim" /> |
4 | <dllmap os="osx" cpu="x86" dll="BulletSim" target="lib32/libBulletSim.dylib" /> | ||
5 | <dllmap os="osx" cpu="x86-64,ia64" dll="BulletSim" target="lib32/libBulletSim.dylib" /> | ||
4 | <dllmap os="!windows,osx" cpu="x86" dll="BulletSim" target="lib32/libBulletSim.so" /> | 6 | <dllmap os="!windows,osx" cpu="x86" dll="BulletSim" target="lib32/libBulletSim.so" /> |
5 | <dllmap os="!windows,osx" cpu="x86-64,ia64" dll="BulletSim" target="lib64/libBulletSim.so" /> | 7 | <dllmap os="!windows,osx" cpu="x86-64,ia64" dll="BulletSim" target="lib64/libBulletSim.so" /> |
6 | </configuration> | 8 | </configuration> |