Revert "ALC bindings for HL"
This reverts commit8d1ff873d8. Revert "Binding fix" This reverts commitc606ec5139. Revert "Add support for HL libraries" This reverts commit6b49f4d240. Revert "Minor fixes" This reverts commitdcacb9f04a. Revert "Compile fixes" This reverts commit3b9e572f8b. Revert "Sync with Haxe std library (remove some overrides)" This reverts commitc05061c970. Revert "Initial support for HL target in tools (for testing)" This reverts commit1dadbb725c.
This commit is contained in:
@@ -279,16 +279,6 @@ class CommandLineTools {
|
||||
target = PlatformHelper.hostPlatform;
|
||||
targetFlags.set ("neko", "");
|
||||
|
||||
case "hl":
|
||||
|
||||
target = PlatformHelper.hostPlatform;
|
||||
targetFlags.set ("hl", "");
|
||||
|
||||
case "java":
|
||||
|
||||
target = PlatformHelper.hostPlatform;
|
||||
targetFlags.set ("java", "");
|
||||
|
||||
case "nodejs":
|
||||
|
||||
target = PlatformHelper.hostPlatform;
|
||||
@@ -1044,7 +1034,6 @@ class CommandLineTools {
|
||||
LogHelper.println (" \x1b[1mnodejs\x1b[0m -- Alias for host platform (using \x1b[1m-nodejs\x1b[0m)");
|
||||
LogHelper.println (" \x1b[1mjava\x1b[0m -- Alias for host platform (using \x1b[1m-java\x1b[0m)");
|
||||
LogHelper.println (" \x1b[1mcs\x1b[0m -- Alias for host platform (using \x1b[1m-cs\x1b[0m)");
|
||||
LogHelper.println (" \x1b[1mhl\x1b[0m -- Alias for host platform (using \x1b[1m-hl\x1b[0m)");
|
||||
LogHelper.println (" \x1b[1muwp\x1b[0;3m/\x1b[0m\x1b[1mwinjs\x1b[0m -- Alias for \x1b[1mwindows -uwp\x1b[0m");
|
||||
// LogHelper.println (" \x1b[1miphone\x1b[0;3m/\x1b[0m\x1b[1miphoneos\x1b[0m -- \x1b[1mios\x1b[0m");
|
||||
// LogHelper.println (" \x1b[1miphonesim\x1b[0m -- Alias for \x1b[1mios -simulator\x1b[0m");
|
||||
@@ -1162,7 +1151,6 @@ class CommandLineTools {
|
||||
LogHelper.println (" \x1b[3m(windows|mac|linux)\x1b[0m \x1b[1m-java\x1b[0m -- Build for Java instead of C++");
|
||||
LogHelper.println (" \x1b[3m(windows|mac|linux)\x1b[0m \x1b[1m-nodejs\x1b[0m -- Build for Node.js instead of C++");
|
||||
LogHelper.println (" \x1b[3m(windows|mac|linux)\x1b[0m \x1b[1m-cs\x1b[0m -- Build for C# instead of C++");
|
||||
LogHelper.println (" \x1b[3m(windows|mac|linux)\x1b[0m \x1b[1m-hl\x1b[0m -- Build for HashLink instead of C++");
|
||||
LogHelper.println (" \x1b[3m(windows)\x1b[0m \x1b[1m-winjs\x1b[0m -- Build for WinJS instead of C++ (implies UWP)");
|
||||
LogHelper.println (" \x1b[3m(windows)\x1b[0m \x1b[1m-uwp\x1b[0m -- Build for Universal Windows Platform");
|
||||
|
||||
@@ -1675,11 +1663,6 @@ class CommandLineTools {
|
||||
target = PlatformHelper.hostPlatform;
|
||||
targetFlags.set ("neko", "");
|
||||
|
||||
case "hl":
|
||||
|
||||
target = PlatformHelper.hostPlatform;
|
||||
targetFlags.set ("hl", "");
|
||||
|
||||
case "java":
|
||||
|
||||
target = PlatformHelper.hostPlatform;
|
||||
|
||||
@@ -523,7 +523,7 @@ class PlatformSetup {
|
||||
|
||||
}
|
||||
|
||||
case "neko", "hl", "cs", "uwp", "winjs", "nodejs", "java":
|
||||
case "neko", "cs", "uwp", "winjs", "nodejs", "java":
|
||||
|
||||
LogHelper.println ("\x1b[0;3mNo additional configuration is required.\x1b[0m");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user