-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.xml
31 lines (24 loc) · 971 Bytes
/
project.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
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta title="Cairngorm" package="com.adobe.cairngorm" version="1.0.0" company="Bowler Hat LLC"/>
<app main="openfl.display.Sprite" path="bin" file="feathersui-cairngorm"/>
<source path="src"/>
<haxelib name="openfl"/>
<haxelib name="feathersui"/>
<haxelib name="feathersui-rpc-services"/>
<haxeflag name="--macro" value="include('com.adobe.cairngorm')"/>
<template path="templates" if="flash"/>
<section if="flash">
<source path="build_macros/flash"/>
<haxeflag name="--macro" value="AddFlashPropertyMeta.find('com.adobe.cairngorm')"/>
<!--
don't remove dead code because other libraries that depend on
this one, and need to build .swc files too, might need it
-->
<haxeflag name="-dce" value="no"/>
</section>
<section if="find_missing_docs">
<source path="build_macros/docs"/>
<haxeflag name="--macro" value="FindMissingDocs.find('com.adobe.cairngorm')"/>
</section>
</project>