OSDN Git Service

Support array parameterized types.
[mikumikustudio/libgdx-mikumikustudio.git] / build-mac-ios.xml
index 88e4da3..f5520c7 100644 (file)
@@ -25,6 +25,7 @@
                        <target name="clean"/>
                        <target name="postcompile"/>
                </ant>
+        
                <ant antfile="build-ios32.xml" dir="gdx/jni"/>
                <ant antfile="convert-ikvm.xml" dir=".">
                        <property name="IN" value="-srcpath:gdx/src/ dist/gdx.jar"/>
                        <property name="OUT" value="backends/gdx-backend-iosmonotouch/libs/ios32/gdx-backend-ios.dll"/>
                </ant>
        </target>
+    
+    <target name="backend-robovm" depends="core">
+        <exec dir="backends/gdx-backend-robovm" executable="/bin/bash">
+            <arg value="build-objectal.sh"/>
+        </exec>
+       </target>
        
        <target name="freetype" depends="core">
                <ant antfile="build-macosx32.xml" dir="extensions/gdx-freetype/jni">
                        <target name="clean"/>
                        <target name="postcompile"/>
                </ant>
-               <!--<ant antfile="build-ios32.xml" dir="extensions/gdx-bullet/jni"/>
+               <ant antfile="build-ios32.xml" dir="extensions/gdx-bullet/jni"/>
                <ant antfile="convert-ikvm.xml" dir=".">
                        <property name="IN" value="-r:gdx/libs/ios32/gdx.dll -srcpath:extensions/gdx-bullet/src/ dist/extensions/gdx-bullet/gdx-bullet.jar"/>
                        <property name="OUT" value="extensions/gdx-bullet/libs/ios32/gdx-bullet.dll"/>
-               </ant>-->
+               </ant>
        </target>
        
        <target name="controllers" depends="core">
@@ -84,6 +91,6 @@
                </ant>
        </target>
        
-       <target name="all" depends="core,backend-iosmonotouch,freetype,bullet,audio,image,controllers"> 
+       <target name="all" depends="core,backend-iosmonotouch,backend-robovm,freetype,bullet,audio,image,controllers">  
        </target>
 </project>