forked from openfl/lime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
include.xml
181 lines (136 loc) · 6.48 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<?xml version="1.0" encoding="utf-8"?>
<extension>
<log error="Lime ${lime} is not compatible with Haxe ${haxe} (version 3.2.0 or higher is required)" if="${haxe < 3.2.0}" />
<set name="lime" />
<define name="native" if="cpp || neko || nodejs || cs" />
<define name="howlerjs" if="html5" />
<define name="lime-html5" if="html5" />
<define name="lime-native" if="native" />
<define name="lime-cffi" if="native" />
<define name="lime-vorbis" if="native" />
<define name="no-typedarray-inline" if="cs" />
<haxedef name="no-compilation" />
<templatePath name="templates" />
<source path="externs/air" if="air" />
<sample path="samples" unless="openfl" />
<haxelib name="nodejs" if="nodejs" />
<haxelib name="format" if="java" />
<target name="ps3" handler="lime-ps3" />
<haxelib name="lime-ps3" if="ps3" />
<target name="ps4" handler="lime-ps4" />
<haxelib name="lime-ps4" if="ps4" />
<target name="vita" handler="lime-vita" />
<haxelib name="lime-vita" if="vita" />
<target name="switch" handler="lime-switch" />
<haxelib name="lime-switch" if="switch" />
<target name="wiiu" handler="lime-wiiu" />
<haxelib name="lime-wiiu" if="wiiu" />
<target name="xbox1" handler="lime-xbox1" />
<haxelib name="lime-xbox1" if="xbox1" />
<target name="console-pc" handler="lime-console-pc" />
<haxelib name="lime-console-pc" if="console-pc" />
<section unless="display">
<section if="cpp ${${haxe_ver} < 3.3}" unless="lime-console || static_link">
<ndll name="std" haxelib="hxcpp" />
<ndll name="regexp" haxelib="hxcpp" />
<ndll name="zlib" haxelib="hxcpp" unless="emscripten || ios || tvos" />
</section>
<ndll name="lime" if="cpp || neko || nodejs" unless="lime-console" />
<dependency name="extension-api" path="dependencies/extension-api" if="android" />
<dependency path="dependencies/howler.min.js" if="html5 howlerjs" />
<dependency path="dependencies/pako.min.js" if="html5" />
<dependency path="dependencies/webgl-debug.js" if="html5 webgl-debug" />
<dependency path="dependencies/stats.min.js" if="html5 stats" />
<dependency path="dependencies/angle/d3dcompiler_47.dll" if="windows angle" unless="static_link" />
<dependency path="dependencies/angle/libegl.dll" if="windows angle" unless="static_link" />
<dependency path="dependencies/angle/libglesv2.dll" if="windows angle" unless="static_link" />
<define name="native-trace" if="flash" unless="haxe-trace || haxetrace" />
<define name="fdb" if="flash debug" unless="nofdb" />
<define name="MACOSX_DEPLOYMENT_TARGET" value="10.7" if="mac" unless="MACOSX_DEPLOYMENT_TARGET" />
<setenv name="MACOSX_DEPLOYMENT_TARGET" value="${MACOSX_DEPLOYMENT_TARGET}" if="mac" />
<architecture name="armv7" if="android" />
<define name="lime-cairo" unless="flash || html5" />
<define name="lime-curl" unless="lime-console || emscripten || flash || html5" />
<define name="lime-opengl" unless="lime-console || flash" />
<define name="lime-openal" unless="lime-console || static_link || flash || html5" />
<define name="lime-openal" if="emscripten" />
<section if="emscripten">
<dependency name="pthread" />
<dependency name="openal" if="lime-openal" />
</section>
<setenv name="HAXE_STD_PATH" value="${HAXE_STD_PATH}" if="modular HAXE_STD_PATH" />
<module name="haxe" if="html5 modular">
<!--<source path="${HAXE_STD_PATH}" package="js.html" />-->
<source path="${HAXE_STD_PATH}" package="haxe.ds" exclude="haxe.ds.StringMap" />
<source path="${HAXE_STD_PATH}" package="haxe.io" />
<class name="haxe.CallStack" />
<class name="haxe.Log" />
<class name="haxe.Timer" />
<!-- <class name="js.Boot" /> -->
<class name="js.Browser" />
<class name="js.Cookie" />
<class name="js.Error" />
<!-- <class name="js.Lib" /> -->
<class name="js.Promise" />
<class name="js.RegExp" />
<class name="js.Selection" />
<class name="js.XMLSocket" />
<class name="EReg" />
<class name="HxOverrides" />
<class name="List" />
<class name="Math" />
<!-- <class name="Reflect" /> -->
<!-- <class name="Std" /> -->
<class name="StringBuf" />
<class name="StringTools" />
<!-- <class name="Type" /> -->
<include type="haxe.ds._StringMap.StringMapIterator" />
<include type="haxe.ds.TreeNode" />
<!-- <include type="haxe.IMap" /> -->
<include type="haxe._Int64.___Int64" />
<include type="haxe.StackItem" />
<include type="js.html._CanvasElement.CanvasUtil" />
<!-- <include type="js._Boot.HaxeError" /> -->
<include type="_List.ListIterator" />
</module>
<module name="lime" if="html5 modular">
<source path="" package="lime" exclude="lime._backend.*|lime.project.*|lime.tools.*|lime.net.*|lime.graphics.console.*|lime.text.harfbuzz.*" />
<source path="" package="lime" include="lime._backend.html5" />
<class name="lime.net.HTTPRequest" />
<include type="lime.app._Future.FutureWork" />
<include type="lime.graphics.utils._ImageDataUtil.ImageDataView" />
<include type="lime.system._ThreadPool.ThreadPoolMessageType" />
<include type="lime.AssetLibrary" />
<!-- @:expose on enums do not work in Haxe 3.4.2 -->
<class remove="lime.graphics.opengl.GLContextType" />
<class remove="lime.graphics.ImageChannel" />
<class remove="lime.graphics.ImageType" />
<class remove="lime.graphics.RendererType" />
<class remove="lime.ui.FileDialogType" />
<class remove="lime.ui.MouseCursor" />
<class remove="lime.system.Endian" />
<class remove="lime.system.SensorType" />
<exclude type="lime.graphics.console.IndexBuffer" />
<exclude type="lime.graphics.console.PointerUtil" />
<exclude type="lime.graphics.console.Primitive" />
<exclude type="lime.graphics.console.RenderState" />
<exclude type="lime.graphics.console.Shader" />
<exclude type="lime.graphics.console.Texture" />
<exclude type="lime.graphics.console.TextureAddressMode" />
<exclude type="lime.graphics.console.TextureData" />
<exclude type="lime.graphics.console.TextureFilter" />
<exclude type="lime.graphics.console.TextureFormat" />
<exclude type="lime.graphics.console.VertexBuffer" />
<exclude type="lime.graphics.console.VertexDecl" />
<exclude type="lime.graphics.console.VertexOutput" />
</module>
</section>
<haxelib name="hxcpp" if="setup" />
<haxelib name="lime-samples" if="setup" />
<include haxelib="lime-samples" if="create" />
<section if="rebuild">
<config:project>
<rebuild fulldebug="true" />
</config:project>
</section>
</extension>