Add unofficial 'java' target command

This commit is contained in:
Joshua Granick
2014-12-05 11:19:14 -08:00
parent 00b2486416
commit e82ab6c1b3

View File

@@ -209,6 +209,16 @@ class CommandLineTools {
target = PlatformHelper.hostPlatform;
targetFlags.set ("neko", "");
case "java":
target = PlatformHelper.hostPlatform;
targetFlags.set ("java", "");
case "nodejs":
target = PlatformHelper.hostPlatform;
targetFlags.set ("nodejs", "");
case "iphone", "iphoneos":
@@ -1098,6 +1108,11 @@ class CommandLineTools {
target = PlatformHelper.hostPlatform;
targetFlags.set ("neko", "");
case "java":
target = PlatformHelper.hostPlatform;
targetFlags.set ("java", "");
case "nodejs":
target = PlatformHelper.hostPlatform;