-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.xml
38 lines (31 loc) · 1.38 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
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta title="feathersui-rpc-services" package="feathers.rpc" version="1.0.0" company="Bowler Hat LLC"/>
<app main="openfl.display.Sprite" path="bin" file="feathersui-rpc-services"/>
<source path="src"/>
<haxelib name="openfl"/>
<haxelib name="actuate"/>
<haxelib name="feathersui"/>
<haxelib name="amfio"/>
<haxeflag name="--macro" value="include('feathers.rpc')"/>
<haxeflag name="--macro" value="include('feathers.net')"/>
<haxeflag name="--macro" value="include('feathers.messaging')"/>
<template path="templates" if="flash"/>
<section if="flash">
<source path="build_macros/flash"/>
<haxeflag name="--macro" value="AddFlashPropertyMeta.find('feathers.messaging')"/>
<haxeflag name="--macro" value="AddFlashPropertyMeta.find('feathers.net')"/>
<haxeflag name="--macro" value="AddFlashPropertyMeta.find('feathers.rpc')"/>
<!--
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('feathers.messaging')"/>
<haxeflag name="--macro" value="FindMissingDocs.find('feathers.net')"/>
<haxeflag name="--macro" value="FindMissingDocs.find('feathers.rpc')"/>
</section>
</project>