- unify native jmePhysicsSpace for android and desktop

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

@ -266,16 +266,11 @@
<copy file="${bullet.source.dir}/android/Android.mk" todir="build/bullet-android/jni" verbose="true"/>
<copy file="${bullet.source.dir}/android/Application.mk" todir="build/bullet-android/jni" verbose="true"/>
<!-- copy edited version of jmePhysicsSpace to remove NDK compile error -->
<copy file="${bullet.source.dir}/android/jmePhysicsSpace.cpp" todir="build/bullet-android/jni" verbose="true"/>
<!-- copy jME3 Native Bullet files into jni directory -->
<copy todir="build/bullet-android/jni" verbose="true" flatten="false">
<fileset dir="${bullet.source.dir}">
<include name="*.cpp" />
<include name="*.h" />
<!-- skip jmePhysicsSpace (use edited one) to remove NDK compile error -->
<exclude name="jmePhysicsSpace.cpp" />
</fileset>
</copy>

Loading…
Cancel
Save