All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.badlogic.gdx.jnigen.resources.scripts.build.xml.template Maven / Gradle / Ivy

There is a newer version: 2.5.2
Show newest version
<project name="%projectName%" basedir="." default="all">
	<target name="clean">
<clean/>
	</target>
	
	<target name="compile-natives">
<compile/>
	</target>
	
	<target name="pack-natives">
		<jar destfile="%packFile%">
<pack/>
		</jar>
	</target>

	<target name="all" depends="compile-natives,pack-natives"/>
</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy