-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
swc-config.xml
33 lines (29 loc) · 838 Bytes
/
swc-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
<royale-config>
<output>build-swc/SpriteFlexjs.swc</output>
<warn-public-vars>false</warn-public-vars>
<source-map>true</source-map>
<compiler>
<accessible>false</accessible>
<!-- build for JS. -->
<targets>
<target>SWF</target>
<target>JSRoyale</target>
</targets>
<strict-xml>true</strict-xml>
<define>
<name>COMPILE::SWF</name>
<value>false</value>
</define>
<define>
<name>COMPILE::JS</name>
<value>true</value>
</define>
<source-path>
<path-element>src</path-element>
</source-path>
<warn-no-constructor>false</warn-no-constructor>
</compiler>
<include-sources>
<path-element>src</path-element>
</include-sources>
</royale-config>