Guest User

Untitled

a guest
Jul 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <target name="compile">
  2. <echo message="Compiling swf"/>
  3. <mxmlc file="${full path to the project File}" output="${Name for the compiled swf}">
  4. <load-config filename="${FLEX_HOME}/frameworks/airmobile-config.xml"/>
  5. <source-path path-element="${FLEX_HOME}/frameworks"/>
  6. <static-link-runtime-shared-libraries />
  7. <!-- Include this piece to pull in the Flex Framework or it won't compile. -->
  8. <compiler.library-path dir="${FLEX_HOME}/frameworks" append="true">
  9. <include name="libs/*" />
  10. </compiler.library-path>
  11. </mxmlc>
  12. </target>
Add Comment
Please, Sign In to add comment