- change jar name for android bullet natives

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8804 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 13 years ago
parent a5d2fe07bc
commit 5212883f3b
  1. 0
      engine/lib/bullet/jME3-bullet-natives-android.jar
  2. 4
      engine/src/bullet/native/build.xml

@ -54,9 +54,9 @@
<target name="build-bullet-natives" description="builds the native bullet library for the platform being run on" depends="">
<echo message="Updating native jME3-bullet-natives.jar"/>
<zip basedir="${bullet.output.base}/jarcontent" file="${bullet.output.base}/jME3-bullet-natives.jar" compress="true"/>
<zip basedir="${bullet.output.base}/android" file="${bullet.output.base}/jME3-bullet-android-natives.jar" compress="true"/>
<zip basedir="${bullet.output.base}/android" file="${bullet.output.base}/jME3-bullet-natives-android.jar" compress="true"/>
<copy file="${bullet.output.base}/jME3-bullet-natives.jar" todir="dist/opt/native-bullet/lib/"/>
<copy file="${bullet.output.base}/jME3-bullet-android-natives.jar" todir="dist/opt/native-bullet/lib/"/>
<copy file="${bullet.output.base}/jME3-bullet-natives-android.jar" todir="dist/opt/native-bullet/lib/"/>
</target>
<target name="create-native-headers" description="creates the native headers">

Loading…
Cancel
Save