Add back BulletSPlugin.dll.config that I somehow managed to delete today in a00327d
parent
385c4a210d
commit
6f69ab3bcb
|
@ -0,0 +1,6 @@
|
||||||
|
<configuration>
|
||||||
|
<dllmap os="windows" cpu="x86" dll="BulletSim" target="BulletSim" />
|
||||||
|
<dllmap os="windows" cpu="x86-64,ia64" dll="BulletSim" target="BulletSim-x86_64" />
|
||||||
|
<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" />
|
||||||
|
</configuration>
|
Loading…
Reference in New Issue