Add support for 'openfl' style command

This commit is contained in:
Joshua Granick
2014-10-22 14:19:56 -07:00
parent 27bacd6148
commit 141193e4c8
7 changed files with 257 additions and 87 deletions

View File

@@ -815,7 +815,7 @@ class FlashHelper {
}
if (embed != "" || id > 0) {
if (assets.length > 0) {
project.haxeflags.push ("-swf-lib " + project.app.path + "/flash/obj/assets.swf");
project.haxedefs.set ("flash-use-stage", "");