فهرست منبع

bullet native:
- fix run ant target

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8864 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

nor..67 14 سال پیش
والد
کامیت
d9c2c7457f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      engine/build.xml

+ 1 - 1
engine/build.xml

@@ -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"/>