Skip to content

Instantly share code, notes, and snippets.

@mattupstate
Created July 5, 2010 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattupstate/464674 to your computer and use it in GitHub Desktop.
Save mattupstate/464674 to your computer and use it in GitHub Desktop.
<target name="compile">
<exec executable="C:/sdk/flex/4.1/bin/mxmlc.exe" dir="${basedir}">
<arg line="${basedir}/Project.as"/>
<arg line="-output=${basedir}/bin/project.swf"/>
<arg line="-source-path+=${basedir}/src"/>
<arg line="-library-path+=${basedir}/lib"/>
</exec>
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment