First pass at WinRT app builds
This commit is contained in:
6
templates/winrt/hxml/debug.hxml
Normal file
6
templates/winrt/hxml/debug.hxml
Normal file
@@ -0,0 +1,6 @@
|
||||
-main ApplicationMain ::HAXE_FLAGS::
|
||||
-cpp ::CPP_DIR::
|
||||
-cp ::OUTPUT_DIR::/haxe
|
||||
--macro keep("::APP_MAIN::")
|
||||
-D winrt
|
||||
-debug
|
||||
6
templates/winrt/hxml/final.hxml
Normal file
6
templates/winrt/hxml/final.hxml
Normal file
@@ -0,0 +1,6 @@
|
||||
-main ApplicationMain ::HAXE_FLAGS::
|
||||
-cp ::OUTPUT_DIR::/haxe
|
||||
-cpp ::CPP_DIR::
|
||||
--macro keep("::APP_MAIN::")
|
||||
-D winrt
|
||||
-D final
|
||||
5
templates/winrt/hxml/release.hxml
Normal file
5
templates/winrt/hxml/release.hxml
Normal file
@@ -0,0 +1,5 @@
|
||||
-main ApplicationMain ::HAXE_FLAGS::
|
||||
-cp ::OUTPUT_DIR::/haxe
|
||||
-cpp ::CPP_DIR::
|
||||
--macro keep("::APP_MAIN::")
|
||||
-D winrt
|
||||
Reference in New Issue
Block a user