forked from pixijs/pixi-haxe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.hxml
executable file
·132 lines (101 loc) · 1.88 KB
/
build.hxml
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
-cp samples/src
-cp src
-lib perf.js
-dce full
-D analyzer-optimize
-D stats
-D source-map-content
-debug
--each
--next
-main basics.Main
-js samples/output/basics.js
--macro include("pixi", true)
--next
-main spine.Main
-js samples/output/spine.js
--next
-main spritesheet.Main
-js samples/output/spritesheet.js
--next
-main animatedsprite.Main
-js samples/output/animatedsprite.js
--next
-main graphics.Main
-js samples/output/graphics.js
--next
-main tiling.Main
-js samples/output/tiling.js
--next
-main bitmapfont.Main
-js samples/output/bitmapfont.js
--next
-main dragging.Main
-js samples/output/dragging.js
--next
-main mesh.Main
-js samples/output/mesh.js
--next
-main nape.Main
-js samples/output/nape.js
-lib nape-haxe4
--next
-main rope.Main
-js samples/output/rope.js
--next
-main retina.Main
-js samples/output/retina.js
--next
-main bunnymark.Main
-js samples/output/bunnymark.js
--next
-main textureswap.Main
-js samples/output/textureswap.js
--next
-main alphamask.Main
-js samples/output/alphamask.js
--next
-main filters.colormatrix.Main
-js samples/output/colormatrix.js
--next
-main filters.blur.Main
-js samples/output/blur.js
--next
-main filters.glow.Main
-js samples/output/glow.js
--next
-main loader.Main
-js samples/output/loader.js
--next
-main video.Main
-js samples/output/video.js
--next
-main stream.Main
-js samples/output/stream.js
--next
-main events.Main
-js samples/output/events.js
--next
-main mask.Main
-js samples/output/mask.js
--next
-main deviceinfo.Main
-js samples/output/deviceinfo.js
--next
-main devicedetection.Main
-js samples/output/devicedetection.js
--next
-main webglinfo.Main
-js samples/output/webglinfo.js
--next
-main tilemap.Main
-js samples/output/tilemap.js
--next
-main text.Main
-js samples/output/text.js
--next
-main dragonbones.Main
-js samples/output/dragonbones.js
--next
-main scaletest.Main
-js samples/output/scaletest.js