|
@@ -51,7 +51,7 @@
|
|
<fileset refid="lib.jme.jars"/>
|
|
<fileset refid="lib.jme.jars"/>
|
|
</pathconvert>
|
|
</pathconvert>
|
|
|
|
|
|
- <target name="build-bullet-natives" description="builds the native bullet library for the platform being run on" depends="">
|
|
|
|
|
|
+ <target name="build-bullet-natives" description="builds the native bullet library for the platform being run on" depends="-create-folders, create-native-headers, -nativelib-osx, -nativelib-windows, -nativelib-linux, -nativelib-solaris, -nativelib-android">
|
|
<echo message="Updating native jME3-bullet-natives.jar"/>
|
|
<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}/jarcontent" file="${bullet.output.base}/jME3-bullet-natives.jar" compress="true"/>
|
|
<zip basedir="${bullet.output.base}/android" file="${bullet.output.base}/jME3-bullet-natives-android.jar" compress="true"/>
|
|
<zip basedir="${bullet.output.base}/android" file="${bullet.output.base}/jME3-bullet-natives-android.jar" compress="true"/>
|