Build our Flash libraries like we build our Java libraries.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4935 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -0,0 +1,81 @@
|
||||
<flex-config>
|
||||
<compiler>
|
||||
<accessible>false</accessible>
|
||||
<show-actionscript-warnings>true</show-actionscript-warnings>
|
||||
<debug>false</debug>
|
||||
<external-library-path>
|
||||
<path-element>@flex_sdk_dir@/frameworks/libs/playerglobal.swc</path-element>
|
||||
<path-element>@flex_sdk_dir@/frameworks/libs</path-element>
|
||||
<path-element>dist/lib</path-element>
|
||||
</external-library-path>
|
||||
<keep-generated-actionscript>false</keep-generated-actionscript>
|
||||
<library-path>
|
||||
</library-path>
|
||||
<namespaces>
|
||||
<namespace>
|
||||
<uri>http://www.adobe.com/2006/mxml</uri>
|
||||
<manifest>@flex_sdk_dir@/frameworks/mxml-manifest.xml</manifest>
|
||||
</namespace>
|
||||
</namespaces>
|
||||
<optimize>false</optimize>
|
||||
<show-binding-warnings>true</show-binding-warnings>
|
||||
<show-deprecation-warnings>true</show-deprecation-warnings>
|
||||
<strict>true</strict>
|
||||
<as3>true</as3>
|
||||
<es>false</es>
|
||||
<verbose-stacktraces>true</verbose-stacktraces>
|
||||
<fonts>
|
||||
<max-cached-fonts>20</max-cached-fonts>
|
||||
<max-glyphs-per-face>1000</max-glyphs-per-face>
|
||||
<managers>
|
||||
<manager-class>flash.fonts.JREFontManager</manager-class>
|
||||
<manager-class>flash.fonts.BatikFontManager</manager-class>
|
||||
</managers>
|
||||
<local-fonts-snapshot>@flex_sdk_dir@/frameworks/localFonts.ser</local-fonts-snapshot>
|
||||
</fonts>
|
||||
<warn-array-tostring-changes>false</warn-array-tostring-changes>
|
||||
<warn-assignment-within-conditional>true</warn-assignment-within-conditional>
|
||||
<warn-bad-array-cast>true</warn-bad-array-cast>
|
||||
<warn-bad-bool-assignment>true</warn-bad-bool-assignment>
|
||||
<warn-bad-date-cast>true</warn-bad-date-cast>
|
||||
<warn-bad-es3-type-method>true</warn-bad-es3-type-method>
|
||||
<warn-bad-es3-type-prop>true</warn-bad-es3-type-prop>
|
||||
<warn-bad-nan-comparison>true</warn-bad-nan-comparison>
|
||||
<warn-bad-null-assignment>true</warn-bad-null-assignment>
|
||||
<warn-bad-null-comparison>true</warn-bad-null-comparison>
|
||||
<warn-bad-undefined-comparison>true</warn-bad-undefined-comparison>
|
||||
<warn-boolean-constructor-with-no-args>false</warn-boolean-constructor-with-no-args>
|
||||
<warn-changes-in-resolve>false</warn-changes-in-resolve>
|
||||
<warn-class-is-sealed>true</warn-class-is-sealed>
|
||||
<warn-const-not-initialized>true</warn-const-not-initialized>
|
||||
<warn-constructor-returns-value>true</warn-constructor-returns-value>
|
||||
<warn-deprecated-event-handler-error>false</warn-deprecated-event-handler-error>
|
||||
<warn-deprecated-function-error>false</warn-deprecated-function-error>
|
||||
<warn-deprecated-property-error>false</warn-deprecated-property-error>
|
||||
<warn-duplicate-argument-names>true</warn-duplicate-argument-names>
|
||||
<warn-duplicate-variable-def>true</warn-duplicate-variable-def>
|
||||
<warn-for-var-in-changes>false</warn-for-var-in-changes>
|
||||
<warn-import-hides-class>true</warn-import-hides-class>
|
||||
<warn-instance-of-changes>true</warn-instance-of-changes>
|
||||
<warn-internal-error>true</warn-internal-error>
|
||||
<warn-level-not-supported>false</warn-level-not-supported>
|
||||
<warn-missing-namespace-decl>true</warn-missing-namespace-decl>
|
||||
<warn-negative-uint-literal>true</warn-negative-uint-literal>
|
||||
<warn-no-constructor>false</warn-no-constructor>
|
||||
<warn-no-explicit-super-call-in-constructor>false</warn-no-explicit-super-call-in-constructor>
|
||||
<warn-no-type-decl>true</warn-no-type-decl>
|
||||
<warn-number-from-string-changes>false</warn-number-from-string-changes>
|
||||
<warn-scoping-change-in-this>false</warn-scoping-change-in-this>
|
||||
<warn-slow-text-field-addition>true</warn-slow-text-field-addition>
|
||||
<warn-unlikely-function-value>true</warn-unlikely-function-value>
|
||||
<warn-xml-class-has-changed>false</warn-xml-class-has-changed>
|
||||
</compiler>
|
||||
<use-network>true</use-network>
|
||||
<metadata>
|
||||
<title>@lib_name@ library</title>
|
||||
<description>http://www.threerings.net/code/@lib_name@/</description>
|
||||
<publisher>Three Rings, Inc.</publisher>
|
||||
<creator>Three Rings, Inc.</creator>
|
||||
<language>EN</language>
|
||||
</metadata>
|
||||
</flex-config>
|
||||
Reference in New Issue
Block a user