aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Ode.NET.dll.config
diff options
context:
space:
mode:
authorTeravus Ovares2008-12-22 22:04:05 +0000
committerTeravus Ovares2008-12-22 22:04:05 +0000
commit6ef494a8545121124ab7904f1d45810bdabdb045 (patch)
treef86dc73b488f9454379aca8c061d86320b5803b5 /bin/Ode.NET.dll.config
parent* Removing the two ode debug libraries. Not used by anyone and just eating ... (diff)
downloadopensim-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.
Diffstat (limited to 'bin/Ode.NET.dll.config')
-rw-r--r--bin/Ode.NET.dll.config5
1 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