-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathtest.hxml
More file actions
72 lines (63 loc) · 850 Bytes
/
test.hxml
File metadata and controls
72 lines (63 loc) · 850 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
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
# Flash 9+
-main TestMain
-lib munit
-lib hamcrest
-lib selecthxml
-lib tink_macro
-lib tink_core
-cp src
-cp test
-swf-version 9
-swf build/as3_test.swf
-xml doc/flash.xml
--next
#Flash 8
#-main TestMain
#-lib munit
#-lib hamcrest
#-lib selecthxml
#-cp src
#
#-cp test
#-swf-version 8
#-swf build/as2_test.swf
#-xml doc/flash8.xml
#--next
# JavaScript
-main TestMain
-lib munit
-lib hamcrest
-cp src
-lib beanhx
-lib tink_macro
-lib tink_core
-lib selecthxml
-cp test
-js build/js_test.js
-D embed_js
-xml doc/js.xml
--next
# Neko
-main TestMain
-lib munit
-lib hamcrest
-lib selecthxml
-lib tink_macro
-lib tink_core
-cp src
-cp test
-neko build/neko_test.n
-xml doc/neko.xml
--next
# CPP
-main TestMain
-lib munit
-lib hamcrest
-lib selecthxml
-lib tink_macro
-lib tink_core
-cp src
-cp test
-cpp build/cpp/
-xml doc/cpp.xml
-D HXCPP_M64