Skip to content

Instantly share code, notes, and snippets.

@illuzor
Created December 7, 2013 19:55
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/7847755 to your computer and use it in GitHub Desktop.
Save illuzor/7847755 to your computer and use it in GitHub Desktop.
<target name="compile.swc" description="Making swc lib">
<compc
failonerror="true"
use-network="false"
debug="false"
swf-version="22"
output="temp/libs/notifExtLib.swc">
<load-config filename="${FLEX_HOME}/frameworks/air-config.xml" />
<include-sources dir="${as.classes}">
<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