Provisionally cleaning up older --macro calls from the build files.

It seems keep is a macro in newer versions of haxe, and is the preferred
way anyway. I can't manage to get the compiler to remove the Main file
no matter what, so removing it provisionally. It causes FD and probably
more to choke on the code complete step when it throws errors from the
--macro option.

This can be readded if keep is really needed, but it doesn't appear to
be (or if it's using the incorrect keep syntax then that could be
corrected).
This commit is contained in:
underscorediscovery
2014-02-01 05:45:51 -03:30
parent 0c2ba2fa7c
commit 9099d89a67
15 changed files with 0 additions and 29 deletions

View File

@@ -1,6 +1,4 @@
-main ApplicationMain ::HAXE_FLAGS::
-cp ::BUILD_DIR::/neko/haxe
-neko ::NEKO_FILE::
--macro allowPackage("flash")
--macro keep("::APP_MAIN::")
-debug