Fixes for Haxe Java target
This commit is contained in:
5
templates/java/hxml/debug.hxml
Normal file
5
templates/java/hxml/debug.hxml
Normal file
@@ -0,0 +1,5 @@
|
||||
-main ApplicationMain ::HAXE_FLAGS::
|
||||
-cp ::BUILD_DIR::/java/haxe
|
||||
-java ::BUILD_DIR::/java/obj
|
||||
--macro keep("::APP_MAIN::")
|
||||
-debug
|
||||
5
templates/java/hxml/final.hxml
Normal file
5
templates/java/hxml/final.hxml
Normal file
@@ -0,0 +1,5 @@
|
||||
-main ApplicationMain ::HAXE_FLAGS::
|
||||
-cp ::BUILD_DIR::/java/haxe
|
||||
-java ::BUILD_DIR::/java/obj
|
||||
--macro keep("::APP_MAIN::")
|
||||
-D final
|
||||
4
templates/java/hxml/release.hxml
Normal file
4
templates/java/hxml/release.hxml
Normal file
@@ -0,0 +1,4 @@
|
||||
-main ApplicationMain ::HAXE_FLAGS::
|
||||
-cp ::BUILD_DIR::/java/haxe
|
||||
-java ::BUILD_DIR::/java/obj
|
||||
--macro keep("::APP_MAIN::")
|
||||
Reference in New Issue
Block a user