Bullet Native:
- add -static to windows build git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7478 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
1541b2b4df
commit
65dec26927
@ -197,6 +197,7 @@
|
|||||||
<linker name="${bullet.windows.compiler}" debug="${bullet.compile.debug}" >
|
<linker name="${bullet.windows.compiler}" debug="${bullet.compile.debug}" >
|
||||||
<linkerarg value="-o${bullet.library.name}.dll" />
|
<linkerarg value="-o${bullet.library.name}.dll" />
|
||||||
<linkerarg value="--kill-at" />
|
<linkerarg value="--kill-at" />
|
||||||
|
<linkerarg value="-static"/>
|
||||||
<libset dir="${bullet.folder}/lib" libs="BulletMultiThreaded,BulletDynamics,BulletCollision,LinearMath"/>
|
<libset dir="${bullet.folder}/lib" libs="BulletMultiThreaded,BulletDynamics,BulletCollision,LinearMath"/>
|
||||||
</linker>
|
</linker>
|
||||||
</cc>
|
</cc>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user