-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
project.xml
31 lines (25 loc) · 1 KB
/
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="Feathers UI" package="com.feathersui" version="1.0.0" company="Bowler Hat LLC"/>
<app main="feathers.controls.Application" file="feathersui-openfl"/>
<source path="src"/>
<haxelib name="openfl"/>
<haxelib name="actuate"/>
<haxeflag name="--macro" value="include('feathers')"/>
<template path="templates" if="flash"/>
<section if="flash">
<source path="build_macros/flash"/>
<haxeflag name="--macro" value="AddFlashPropertyMeta.find('feathers')"/>
<haxeflag name="--macro" value="AddEventMeta.find('feathers')"/>
<haxeflag name="--macro" value="AddDefaultPropertyMeta.find('feathers')"/>
<!--
don't remove dead code because other libraries that depend on
Feathers UI 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('feathers')"/>
</section>
</project>