Some progress on Java GL, can run 'Hello World'

This commit is contained in:
Joshua Granick
2014-12-05 14:38:38 -08:00
parent 6dd7ffaba9
commit 6925514ffc
6 changed files with 197 additions and 12 deletions

View File

@@ -210,11 +210,6 @@ class CommandLineTools {
target = PlatformHelper.hostPlatform;
targetFlags.set ("neko", "");
case "java":
target = PlatformHelper.hostPlatform;
targetFlags.set ("java", "");
case "nodejs":
target = PlatformHelper.hostPlatform;