forked from haxenme/nme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinclude.nmml
More file actions
26 lines (19 loc) · 780 Bytes
/
include.nmml
File metadata and controls
26 lines (19 loc) · 780 Bytes
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
<?xml version="1.0" encoding="utf-8"?>
<project>
<!-- default icon -->
<icon name="assets/icons/nme.svg" size="-1" />
<ndll name="Nme" if="jsprime" />
<classpath name="src" />
<classpath name="src/cppia" if="cppia" />
<classpath name="src/jsprime" if="jsprime" />
<classpath name="src/haxe/compat" unless="NME_NO_HAXE_COMPAT" />
<haxedef name="objc" if="iphone" />
<error value="Nme.n is out of date. Please rebuild" unless="${toolversion:3}" />
<set name="preloader" value="${NME}/ndll/Emscripten/preloader.js" if="std-preloader"/>
<haxedef name="nme_api_level=611"/>
<section if="NME_HXTELEMETRY || telemetry">
<haxelib name="hxtelemetry"/>
<haxedef name="HXCPP_TELEMETRY"/>
<haxedef name="HXCPP_STACK_TRACE"/>
</section>
</project>