Separate build types, use context variable in templates instead of hardcoding. Fix #353

This commit is contained in:
Valentin Lemière
2016-07-06 09:41:56 +02:00
parent 00b4999e8c
commit 9fe3750653
46 changed files with 151 additions and 303 deletions

View File

@@ -1,5 +1,5 @@
-main ApplicationMain ::HAXE_FLAGS::
-cp ::BUILD_DIR::/webos/haxe
-cp ::OUTPUT_DIR::/haxe
-cpp ::CPP_DIR::
--macro keep("::APP_MAIN::")
-D webos

View File

@@ -1,5 +1,5 @@
-main ApplicationMain ::HAXE_FLAGS::
-cp ::BUILD_DIR::/webos/haxe
-cp ::OUTPUT_DIR::/haxe
-cpp ::CPP_DIR::
--macro keep("::APP_MAIN::")
-D webos

View File

@@ -1,5 +1,5 @@
-main ApplicationMain ::HAXE_FLAGS::
-cp ::BUILD_DIR::/webos/haxe
-cp ::OUTPUT_DIR::/haxe
-cpp ::CPP_DIR::
--macro keep("::APP_MAIN::")
-D webos