bullet native build script:

- fix win32 native build

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8919 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 13 years ago
parent 459f3ba4dd
commit c42b1e9490
  1. 2
      engine/nbproject/build-bullet-natives.xml

@ -349,8 +349,10 @@
<includepath path="${bullet.java.include}/win32"/>
<includepath path="${bullet.bullet.include}"/>
<compilerarg value="-m32"/>
<compilerarg value="-static-libgcc"/>
<linker name="${bullet.linux.crosscompiler}">
<linkerarg value="-mdll"/>
<linkerarg value="-static"/>
<libset dir="build/bullet-base-mingw" libs="BulletMultiThreaded,BulletDynamics,BulletCollision,LinearMath"/>
</linker>
</cc>

Loading…
Cancel
Save