-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-10.2.xml
More file actions
27 lines (23 loc) · 804 Bytes
/
Copy pathconfig-10.2.xml
File metadata and controls
27 lines (23 loc) · 804 Bytes
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
<flex-config>
<compiler>
<source-path>
<path-element>src</path-element>
</source-path>
<library-path>
<path-element>libs/as3corelib.swc</path-element>
<path-element>libs/blooddy_crypto.swc</path-element>
<path-element>libs/grabcut.swc</path-element>
<!-- Add Flex framework SWCs -->
<path-element>FlexSDK/frameworks/libs/framework.swc</path-element>
<path-element>FlexSDK/frameworks/libs/mx/mx.swc</path-element>
</library-path>
<define>
<name>SCRATCH::allow3d</name>
<value>false</value>
</define>
<define>
<name>SCRATCH::revision</name>
<value>'dev'</value>
</define>
</compiler>
</flex-config>