forked from joelhooks/tinytlf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
33 lines (28 loc) · 826 Bytes
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<flex-config>
<compiler>
<incremental>true</incremental>
<locale>
<locale-element>en_US</locale-element>
</locale>
<accessible>true</accessible>
<debug>false</debug>
<optimize>true</optimize>
<strict>true</strict>
<external-library-path>
<path-element>${flexlib}/libs/player/10.1/playerglobal.swc</path-element>
<path-element>${flexlib}/libs/framework.swc</path-element>
<path-element>${flexlib}/libs/rpc.swc</path-element>
</external-library-path>
<doc>true</doc>
<keep-as3-metadata append="true">
<name>Event</name>
</keep-as3-metadata>
</compiler>
<!--<link-report>link-report.xml</link-report>-->
<target-player>10.1.0</target-player>
<metadata>
<creator>Paul Taylor</creator>
<description>TinyTLF!</description>
<title>TinyTLF!</title>
</metadata>
</flex-config>