diff options
author | Teravus Ovares | 2008-12-22 22:04:05 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-12-22 22:04:05 +0000 |
commit | 6ef494a8545121124ab7904f1d45810bdabdb045 (patch) | |
tree | f86dc73b488f9454379aca8c061d86320b5803b5 | |
parent | * Removing the two ode debug libraries. Not used by anyone and just eating ... (diff) | |
download | opensim-SC_OLD-6ef494a8545121124ab7904f1d45810bdabdb045.zip opensim-SC_OLD-6ef494a8545121124ab7904f1d45810bdabdb045.tar.gz opensim-SC_OLD-6ef494a8545121124ab7904f1d45810bdabdb045.tar.bz2 opensim-SC_OLD-6ef494a8545121124ab7904f1d45810bdabdb045.tar.xz |
* Adding a 64bit compiled libode.so and an Ode.NET.dll.config so mono will automatically pull up either the 32 bit or the 64 bit library, (or the mac lib) depending on which platform it's being run under.
-rw-r--r-- | bin/Ode.NET.dll.config | 5 | ||||
-rw-r--r-- | bin/libode-x86_64.so | bin | 0 -> 3587448 bytes |
2 files changed, 5 insertions, 0 deletions
diff --git a/bin/Ode.NET.dll.config b/bin/Ode.NET.dll.config new file mode 100644 index 0000000..58aad3f --- /dev/null +++ b/bin/Ode.NET.dll.config | |||
@@ -0,0 +1,5 @@ | |||
1 | <configuration> | ||
2 | <dllmap os="osx" dll="ode" target="libode.dylib" /> | ||
3 | <dllmap os="!windows,osx" cpu="x86-64,ia64" dll="ode" target="libode-x86_64" /> | ||
4 | <dllmap os="!windows,osx" cpu="x86" dll="ode" target="libode" /> | ||
5 | </configuration> \ No newline at end of file | ||
diff --git a/bin/libode-x86_64.so b/bin/libode-x86_64.so new file mode 100644 index 0000000..57b7e1d --- /dev/null +++ b/bin/libode-x86_64.so | |||
Binary files differ | |||