-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathinclude.xml
More file actions
46 lines (33 loc) · 1.32 KB
/
include.xml
File metadata and controls
46 lines (33 loc) · 1.32 KB
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
44
45
46
<?xml version="1.0" encoding="utf-8"?>
<project>
<haxeflag name="--remap" value="nme:openfl" />
<define name="openfl-enable-handle-error" if="debug" />
<set name="openfl-no-default-fonts" if="cppia" />
<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" />
<source path="src-override" />
<template path="templates" />
<haxedef name="actuate_manual_time" />
<haxedef name="actuate_manual_update" />
<haxedef name="hscriptPos" unless="publishing" />
<haxedef name="lime_disable_assets_version" />
<!--<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" />
</section>
<section if="cppia">
<target name="stencyl-cppia" handler="stencyl-cppia" />
<haxelib name="stencyl-cppia" />
</section>
<haxeflag name="--macro" value="addMetadata('@:build(com.stencyl.graphics.BitmapDataTileSourcePatch.patch())', 'openfl.display.BitmapData')" unless="flash" />
</project>