* 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.

0.6.2-post-fixes
Teravus Ovares 2008-12-22 22:04:05 +00:00
parent 6ee3a1d389
commit 6ef494a854
2 changed files with 5 additions and 0 deletions

5
bin/Ode.NET.dll.config Normal file
View File

@ -0,0 +1,5 @@
<configuration>
<dllmap os="osx" dll="ode" target="libode.dylib" />
<dllmap os="!windows,osx" cpu="x86-64,ia64" dll="ode" target="libode-x86_64" />
<dllmap os="!windows,osx" cpu="x86" dll="ode" target="libode" />
</configuration>

BIN
bin/libode-x86_64.so Normal file

Binary file not shown.