1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/forsrc-libgdx

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
build-mac-ios.xml 2.3 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
badlogic Отправлено 17.04.2014 23:11 30d0727
<project name="gdx-ios-build" default="all" basedir=".">
<target name="core">
<ant antfile="build-macosx32.xml" dir="gdx/jni">
<target name="clean"/>
<target name="postcompile"/>
</ant>
<ant antfile="build-macosx64.xml" dir="gdx/jni">
<target name="clean"/>
<target name="postcompile"/>
</ant>
<ant antfile="build-ios32.xml" dir="gdx/jni"/>
</target>
<target name="backend-robovm" depends="core">
<ant antfile="fetch.xml" dir=".">
<target name="fetch-robovm"/>
</ant>
<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-macosx64.xml" dir="extensions/gdx-freetype/jni">
<target name="clean"/>
<target name="postcompile"/>
</ant>
<ant antfile="build-ios32.xml" dir="extensions/gdx-freetype/jni"/>
</target>
<target name="box2d" depends="core">
<ant antfile="build-macosx32.xml" dir="extensions/gdx-box2d/gdx-box2d/jni">
<target name="clean"/>
<target name="postcompile"/>
</ant>
<ant antfile="build-macosx64.xml" dir="extensions/gdx-box2d/gdx-box2d/jni">
<target name="clean"/>
<target name="postcompile"/>
</ant>
<ant antfile="build-ios32.xml" dir="extensions/gdx-box2d/gdx-box2d/jni"/>
</target>
<target name="bullet" depends="core">
<ant antfile="build-macosx32.xml" dir="extensions/gdx-bullet/jni">
<target name="clean"/>
<target name="postcompile"/>
</ant>
<ant antfile="build-macosx64.xml" dir="extensions/gdx-bullet/jni">
<target name="clean"/>
<target name="postcompile"/>
</ant>
<ant antfile="build-ios32.xml" dir="extensions/gdx-bullet/jni"/>
</target>
<target name="controllers" depends="core">
<ant antfile="build-macosx32.xml" dir="extensions/gdx-controllers/gdx-controllers-desktop/jni">
<target name="clean"/>
<target name="postcompile"/>
</ant>
<ant antfile="build-macosx64.xml" dir="extensions/gdx-controllers/gdx-controllers-desktop/jni">
<target name="clean"/>
<target name="postcompile"/>
</ant>
</target>
<target name="all" depends="core,backend-robovm,freetype,box2d,bullet,controllers">
</target>
</project>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/forsrc-libgdx.git
git@api.gitlife.ru:oschina-mirror/forsrc-libgdx.git
oschina-mirror
forsrc-libgdx
forsrc-libgdx
master