Initial merge of WinJS UWP support
This commit is contained in:
9
templates/winjs/hxml/debug.hxml
Normal file
9
templates/winjs/hxml/debug.hxml
Normal file
@@ -0,0 +1,9 @@
|
||||
-main ApplicationMain ::HAXE_FLAGS::
|
||||
-js ::OUTPUT_FILE::
|
||||
-cp ::OUTPUT_DIR::/haxe
|
||||
-D html5
|
||||
-D html
|
||||
-D windows
|
||||
-D winjs
|
||||
-D uwp
|
||||
-debug
|
||||
11
templates/winjs/hxml/final.hxml
Normal file
11
templates/winjs/hxml/final.hxml
Normal file
@@ -0,0 +1,11 @@
|
||||
-main ApplicationMain ::HAXE_FLAGS::
|
||||
-js ::OUTPUT_FILE::
|
||||
-cp ::OUTPUT_DIR::/haxe
|
||||
-D html5
|
||||
-D html
|
||||
-D windows
|
||||
-D winjs
|
||||
-D uwp
|
||||
-D final
|
||||
-D js-flatten
|
||||
-dce full
|
||||
8
templates/winjs/hxml/release.hxml
Normal file
8
templates/winjs/hxml/release.hxml
Normal file
@@ -0,0 +1,8 @@
|
||||
-main ApplicationMain ::HAXE_FLAGS::
|
||||
-js ::OUTPUT_FILE::
|
||||
-cp ::OUTPUT_DIR::/haxe
|
||||
-D html5
|
||||
-D html
|
||||
-D windows
|
||||
-D winjs
|
||||
-D uwp
|
||||
Reference in New Issue
Block a user