Add entry class to non-template displalay command
This commit is contained in:
@@ -182,10 +182,11 @@ class AndroidPlatform extends PlatformTarget
|
||||
else
|
||||
{
|
||||
var context = project.templateContext;
|
||||
var hxml = new HXML();
|
||||
hxml.noOutput = true;
|
||||
var hxml = HXML.fromString(context.HAXE_FLAGS);
|
||||
hxml.addClassName(context.APP_MAIN);
|
||||
hxml.cpp = "_";
|
||||
return context.HAXE_FLAGS + "\n" + hxml.toString();
|
||||
hxml.noOutput = true;
|
||||
return hxml;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user