-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflash.xml
23 lines (23 loc) · 973 Bytes
/
flash.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<flex-config>
<swf-version>28</swf-version>
<target-player>17.0</target-player>
<output>dest/factory.swc</output>
<compiler>
<source-path>
<path-element>src/</path-element>
<!-- <path-element>./Starling-Framework/starling/src/</path-element> -->
<!-- <path-element>./starling-extensions/src/</path-element> -->
<!-- <path-element>./feathers/source/</path-element> -->
<!-- <path-element>../feathers/themes/MetalWorksMobileTheme/source</path-element> -->
</source-path>
<show-actionscript-warnings>false</show-actionscript-warnings>
<!-- <include-libraries append="true"> -->
<!-- <library>lib/as3corelib.swc</library> -->
<!-- <library>lib/greensock.swc</library> -->
<!-- <library>lib/nanotween.swc</library> -->
<!-- <library>lib/starling.swc</library> -->
<!-- <library>lib/feathers.swc</library> -->
<!-- </include-libraries> -->
</compiler>
</flex-config>