Browse Source

Bullet Native:
- add -static to windows build

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7478 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

nor..67 14 years ago
parent
commit
65dec26927
1 changed files with 1 additions and 0 deletions
  1. 1 0
      engine/src/bullet/native/build.xml

+ 1 - 0
engine/src/bullet/native/build.xml

@@ -197,6 +197,7 @@
             <linker name="${bullet.windows.compiler}" debug="${bullet.compile.debug}" >
                 <linkerarg value="-o${bullet.library.name}.dll" />
                 <linkerarg value="--kill-at" />
+                <linkerarg value="-static"/>
                 <libset dir="${bullet.folder}/lib" libs="BulletMultiThreaded,BulletDynamics,BulletCollision,LinearMath"/> 
             </linker>
         </cc>