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,6 +1,6 @@
-main ApplicationMain ::HAXE_FLAGS::
-swf-version ::SWF_VERSION::
-swf ::BUILD_DIR::/flash/bin/::APP_FILE::.swf
-swf ::OUTPUT_DIR::/bin/::APP_FILE::.swf
-swf-header ::if (WIN_WIDTH == "0")::800::else::::WIN_WIDTH::::end:::::if (WIN_HEIGHT == "0")::500::else::::WIN_HEIGHT::::end:::::WIN_FPS:::::WIN_FLASHBACKGROUND::
-cp ::BUILD_DIR::/flash/haxe
-cp ::OUTPUT_DIR::/haxe
-debug