Separate build types, use context variable in templates instead of hardcoding. Fix #353
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
-main ApplicationMain ::HAXE_FLAGS::
|
||||
-cpp ::CPP_DIR::
|
||||
-cp ::BUILD_DIR::/cpp/haxe
|
||||
-cp ::OUTPUT_DIR::/haxe
|
||||
--macro keep("::APP_MAIN::")
|
||||
-debug
|
||||
-debug
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-main ApplicationMain ::HAXE_FLAGS::
|
||||
-cp ::BUILD_DIR::/cpp/haxe
|
||||
-cp ::OUTPUT_DIR::/haxe
|
||||
-cpp ::CPP_DIR::
|
||||
--macro keep("::APP_MAIN::")
|
||||
-D final
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-main ApplicationMain ::HAXE_FLAGS::
|
||||
-cp ::BUILD_DIR::/cpp/haxe
|
||||
-cp ::OUTPUT_DIR::/haxe
|
||||
-cpp ::CPP_DIR::
|
||||
--macro keep("::APP_MAIN::")
|
||||
--macro keep("::APP_MAIN::")
|
||||
|
||||
Reference in New Issue
Block a user