Created
April 10, 2012 03:46
-
-
Save wwwins/2348198 to your computer and use it in GitHub Desktop.
compc swc config xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<!--This Adobe Flex compiler configuration file was generated by a tool.--> | |
<!--Any modifications you make may be lost.--> | |
<flex-config> | |
<output>D:\Data\Data\My documents\mydata\as3_test\font\BuildSWC\.\bin\BuildSWC.swc</output> | |
<target-player>10.1</target-player> | |
<benchmark>false</benchmark> | |
<static-link-runtime-shared-libraries>true</static-link-runtime-shared-libraries> | |
<compiler> | |
<define append="true"> | |
<name>CONFIG::release</name> | |
<value>true</value> | |
</define> | |
<define append="true"> | |
<name>CONFIG::timeStamp</name> | |
<value>'2012/4/10'</value> | |
</define> | |
<define append="true"> | |
<name>CONFIG::debug</name> | |
<value>false</value> | |
</define> | |
<optimize>true</optimize> | |
<omit-trace-statements>true</omit-trace-statements> | |
<verbose-stacktraces>false</verbose-stacktraces> | |
<debug>false</debug> | |
<source-path append="true"> | |
<path-element>D:\Data\Data\My documents\mydata\as3_test\font\BuildSWC\src</path-element> | |
<path-element>D:\Data\Data\My documents\src</path-element> | |
</source-path> | |
</compiler> | |
<include-classes> | |
<class>Main</class> | |
</include-classes> | |
<default-background-color>#FFFFFF</default-background-color> | |
<default-frame-rate>30</default-frame-rate> | |
<default-size> | |
<width>800</width> | |
<height>600</height> | |
</default-size> | |
</flex-config> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment