-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathproject.xml
23 lines (15 loc) · 849 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
<?xml version="1.0" encoding="utf-8"?>
<project>
<!-- _________________________ Application Settings _________________________ -->
<app title="zerolib" file="zerolib" main="Main" version="0.0.1" company="01010111" />
<!-- _____________________________ Path Settings ____________________________ -->
<classpath name="src" />
<!-- _______________________________ Libraries ______________________________ -->
<haxelib name="flixel" />
<haxelib name="flixel-addons" />
<haxelib name="zerolib" />
<!-- _________________________________ Custom _______________________________ -->
<haxeflag name="--macro" value="include('zero')" />
<haxeflag name="--xml" value="docs/types.xml" if='html5' />
<haxeflag name="--cmd" value="haxelib run dox -i docs/types.xml -o api/ --title 'Zerolib API' --toplevel-package zero" if='html5' />
</project>