Skip to content

Instantly share code, notes, and snippets.

@mattupstate
Created July 5, 2010 21:15
Show Gist options
  • Save mattupstate/464694 to your computer and use it in GitHub Desktop.
Save mattupstate/464694 to your computer and use it in GitHub Desktop.
<taskdef resource="flexTasks.tasks" classpath="${basedir}/ant/flexTasks.jar"/>
<target name="compile">
<mxmlc file="${basedir}/src/Project.as" output="${basedir}/bin/Project.swf" debug="true">
<source-path path-element="${basedir}/src" />
<compiler.library-path dir="${basedir}/lib" append="true">
<include name="*.*"/>
</compiler.library-path>
</mxmlc>
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment