-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathhide_hl.hxml
More file actions
41 lines (40 loc) · 945 Bytes
/
hide_hl.hxml
File metadata and controls
41 lines (40 loc) · 945 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
-lib heaps
-lib hscript
-lib castle
-lib hx3compat
-lib domkit
-lib hashlink
-D hscriptPos
# -D editor # Disabled at the moment because most of the #if editor code of hide depends on js and we don't have it in the hl target
-D no-deprecation-warnings
-D manual_sync_pad
-D hide
-D hui
-D dx12
-D hl-profile
-cp hide_hl
-hl bin_hl/hide.hl
-lib hldx
-xml hide_hl/api.xml
-main hide.App
--macro hide.HlMacros.init()
--macro include("hide.ui.comp")
--macro include("hide.ui")
--macro include("h3d.shader")
--macro include("h3d.anim")
--macro include("h3d.prim")
--macro include("h3d.scene")
--macro include("h3d.pass")
--macro include("h3d.mat")
--macro include("h2d.col")
--macro include("hxd.poly2tri")
--macro include("hxd.clipper")
--macro include("hxd.earcut")
--macro include("hide.view")
--macro include("hide.prefab")
--macro include("hide.tools")
--macro include("hrt")
--macro include("hrt.ui")
-dce no
-debug
-D resourcesPath=hide_hl/res