forked from haxeui/component-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkha-html5.hxproj
95 lines (95 loc) · 2.28 KB
/
kha-html5.hxproj
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
<?xml version="1.0" encoding="utf-8"?>
<project version="2">
<!-- Output SWF options -->
<output>
<movie outputType="Application"/>
<movie input=""/>
<movie path="build\kha\html5\kha.js"/>
<movie fps="30"/>
<movie width="800"/>
<movie height="600"/>
<movie version="16"/>
<movie minorVersion="0"/>
<movie platform="JavaScript"/>
<movie background="#ffffff"/>
<movie preferredSDK="Kha\Tools\haxe"/>
</output>
<!-- Other classes to be compiled into your SWF -->
<classpaths>
<class path="Kha\Sources"/>
<class path="Kha\Backends\HTML5"/>
<class path="src"/>
<class path="..\..\haxeui-core"/>
<class path="..\..\..\..\SDK\haxe\lib\hscript\2,3,0"/>
<class path="..\..\backends\haxeui-kha"/>
</classpaths>
<!-- Build options -->
<build>
<option directives=""/>
<option flashStrict="False"/>
<option noInlineOnDebug="False"/>
<option mainClass="Main"/>
<option enabledebug="False"/>
<option additional="-D hxcpp_smart_strings
-D haxeui-core
-D hscript
-D haxeui-kha
-D haxeui-core
-D hscript
-D hscript
-D sys_g1
-D sys_g2
-D sys_g3
-D sys_a1
-D sys_a2
-D kha_js
-D kha_g1
-D kha_g2
-D kha_g3
-D kha_a1
-D kha_a2
-D canvas_id=khanvas
-D script_name=kha
-D sys_g4
-D kha_g4
-D kha_webgl
-D sys_html5
-D kha_html5
-D kha_html5_js
-D sys_html5
-D kha_html5
-D kha_html5_js
-D kha
-D kha_version=1810
-D kha_project_name=Main
-D kha_output="C:\Work\HaxeUI\examples\component-explorer\temp\kha\html5\kha.js"
--macro keep('IntIterator')
--macro keep('IntIterator')
--macro keep('IntIterator')
"/>
</build>
<!-- haxelib libraries -->
<haxelib>
<!-- example: <library name="..." /> -->
</haxelib>
<!-- Class files to compile (other referenced classes will automatically be included) -->
<compileTargets>
<compile path="..\Sources\Main.hx"/>
</compileTargets>
<!-- Paths to exclude from the Project Explorer tree -->
<hiddenPaths>
<!-- example: <hidden path="..." /> -->
</hiddenPaths>
<!-- Executed before build -->
<preBuildCommand/>
<!-- Executed after build -->
<postBuildCommand alwaysRun="False"/>
<!-- Other project options -->
<options>
<option showHiddenPaths="False"/>
<option testMovie="Webserver"/>
<option testMovieCommand="build\kha\html5\index.html"/>
</options>
<!-- Plugin storage -->
<storage/>
</project>