2011-07-22 17:22:21 +00:00
|
|
|
<configuration>
|
|
|
|
<dllmap os="windows" cpu="x86" dll="BulletSim" target="BulletSim" />
|
|
|
|
<dllmap os="windows" cpu="x86-64,ia64" dll="BulletSim" target="BulletSim-x86_64" />
|
2011-09-04 19:42:33 +00:00
|
|
|
<dllmap os="!windows,osx" cpu="x86" dll="BulletSim" target="./libBulletSim.so" />
|
|
|
|
<dllmap os="!windows,osx" cpu="x86-64,ia64" dll="BulletSim" target="./libBulletSim-x86_64.so" />
|
2011-07-22 17:22:21 +00:00
|
|
|
</configuration>
|