We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To set the Main class of your project, simply assign it to compile.options.main as a String.
compile.options.main
define "MyProject" do compile.using :hxswf # Or any other haXe compiler compile.options.main = "mypackage.MyMainClass" end