-
Notifications
You must be signed in to change notification settings - Fork 44
/
include.xml
43 lines (31 loc) · 1.19 KB
/
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
37
38
39
40
41
42
43
<?xml version="1.0" encoding="utf-8"?>
<project>
<haxeflag name="--remap" value="nme:openfl" />
<define name="openfl-enable-handle-error" if="debug" />
<haxelib name="openfl" />
<haxelib name="tweenxcore" />
<haxelib name="debug-console" />
<haxelib name="polygonal-ds" />
<haxelib name="box2d" />
<haxelib name="cloner" />
<haxelib name="mbs" />
<haxelib name="hscript" unless="cppia" />
<haxelib name="format" if="flash" unless="publishing" />
<template path="templates" />
<haxedef name="actuate_manual_time" />
<haxedef name="actuate_manual_update" />
<haxedef name="hscriptPos" unless="publishing" />
<!--<library handler="stencyl" type="stencyl-assets" />
<library name="stencyl" type="stencyl-assets" preload="true" />-->
<section if="flash">
<haxeflag name="-D network-sandbox" />
<haxeflag name="-D as3_native" />
<haxeflag name="-D swf-directblit" />
<haxeflag name="-swf-lib" value="${haxelib:stencyl}/flashlib/newgrounds.swf" />
<haxeflag name="-swf-lib" value="${haxelib:stencyl}/flashlib/cpmstar.swf" />
</section>
<section if="cppia">
<target name="stencyl-cppia" handler="stencyl-cppia" />
<haxelib name="stencyl-cppia" />
</section>
</project>