forked from openfl/lime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinclude.xml
36 lines (23 loc) · 975 Bytes
/
include.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
<?xml version="1.0" encoding="utf-8"?>
<extension>
<haxedef name="lime_html5" if="html5" />
<haxedef name="lime_native" if="native" />
<haxedef name="no-compilation" />
<section unless="display">
<haxelib name="hxlibc" if="cpp" />
<ndll name="openal" register="false" if="android" />
<ndll name="lime" />
<ndll name="libfreetype" register="false" if="emscripten" />
<ndll name="curl_ssl" register="false" if="ios" />
<ndll name="png" register="false" if="ios" />
<ndll name="jpeg" register="false" if="ios" />
<ndll name="freetype" register="false" if="ios" />
<ndll name="ogg" register="false" if="ios" />
<ndll name="vorbis" register="false" if="ios" />
<dependency name="extension-api" path="dependencies/extension-api" if="android" />
<architecture name="armv7" if="android" />
<include haxelib="lime-tools" />
</section>
<templatePath name="templates" />
<sample path="samples" unless="openfl" />
</extension>