mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* 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.
This commit is contained in:
5
bin/Ode.NET.dll.config
Normal file
5
bin/Ode.NET.dll.config
Normal 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
BIN
bin/libode-x86_64.so
Normal file
Binary file not shown.
Reference in New Issue
Block a user