- add target to buil.xml to build native bullet
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7338 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
bb6a8c8062
commit
4b4c5e89d9
@ -96,6 +96,14 @@
|
|||||||
basedir="build/testclasses"/>-->
|
basedir="build/testclasses"/>-->
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<!--target name="-post-jar" depends="build-bullet-natives">
|
||||||
|
</target-->
|
||||||
|
|
||||||
|
<target name="build-bullet-natives">
|
||||||
|
<ant antfile="src/jbullet/native/build.xml" target="build-bullet-natives"/>
|
||||||
|
<copy file="lib/bullet/libbulletjme.jnilib" todir="./" overwrite="true"/>
|
||||||
|
</target>
|
||||||
|
|
||||||
<!-- convenience target to transfer jme3 libraries to sdk (jMonkeyPlatform) -->
|
<!-- convenience target to transfer jme3 libraries to sdk (jMonkeyPlatform) -->
|
||||||
<target name="update-sdk" depends="jar, javadoc">
|
<target name="update-sdk" depends="jar, javadoc">
|
||||||
<antcall target="-do-update-sdk" inheritall="true">
|
<antcall target="-do-update-sdk" inheritall="true">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user