blob: b73791e6f819c20d421a55ed3e243974d1b2a787 [file] [log] [blame]
<project name="gdx-freetype-natives" basedir="." default="all">
<target name="clean">
<ant antfile="build-windows64.xml" target="clean"/>
</target>
<target name="compile-natives">
<ant antfile="build-windows64.xml"/>
</target>
<target name="pack-natives">
<jar destfile="../libs/gdx-freetype-natives.jar">
<fileset dir="../libs/windows64" includes="gdx-freetype64.dll"/>
</jar>
</target>
<target name="all" depends="compile-natives,pack-natives"/>
</project>