Eclihx プラグインをインストールしましたが、現在それをテストしようとしています。Main.hx の内容は
class Main {
static function main() {
trace("This is a test.");
}
}
Build.hxml の内容は次のとおりです。
-cp Source
# Uncomment the desirable target
# JavaScript target
-js Output/haxe Test.js
# SWF 9 target
-swf9 Output/haxe Test.swf
# ActionScript3 target
-as3 Output
# Neko target
-neko Output/haxe Test.n
# PHP target
-php Output
# C++ target
-cpp Output
# Uncomment and place your main class with package
-main Main
[プロジェクト] メニューのビルド オプションはグレー表示されています。私は何をしますか?