Skip to content

Instantly share code, notes, and snippets.

@illuzor
Created April 20, 2014 22:50
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 illuzor/11127226 to your computer and use it in GitHub Desktop.
Save illuzor/11127226 to your computer and use it in GitHub Desktop.
<target name="build.stats" description="Making swc lib">
<compc
failonerror="true"
use-network="false"
debug="false"
swf-version="22"
output="stats.swc">
<include-sources dir="Stats/src/">
<include name="**/*.as*" />
</include-sources>
</compc>
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment