bullet native:
- fix run ant target git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8864 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
53b4d7a1bd
commit
d9c2c7457f
@ -8,7 +8,7 @@
|
||||
<ant antfile="nbproject/build-bullet-natives.xml" target="build-bullet-natives"/>
|
||||
</target>
|
||||
|
||||
<target name="run-bullet-native" description="runs the jMonkeyEngine3 demos using native bullet">
|
||||
<target name="run-bullet-native" description="runs the jMonkeyEngine3 demos using native bullet" depends="init">
|
||||
<copy file="${dist.dir}/opt/native-bullet/jME3-bullet-natives.jar" todir="${dist.dir}/lib" failonerror="false"/>
|
||||
<copy file="${dist.dir}/opt/native-bullet/jME3-bullet.jar" todir="${dist.dir}/lib" failonerror="false"/>
|
||||
<delete file="${dist.dir}/lib/jME3-jbullet.jar" failonerror="false"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user