|
@@ -106,7 +106,10 @@ class Hl {
|
|
static public function run(args:Array<String>) {
|
|
static public function run(args:Array<String>) {
|
|
getHlDependencies();
|
|
getHlDependencies();
|
|
|
|
|
|
- buildAndRun("compile-hl.hxml", "bin/unit", args);
|
|
|
|
|
|
+ runCommand("haxe", ["compile-hl.hxml"].concat(args));
|
|
|
|
+ runCommand(hlBinary, ['bin/unit.hl']);
|
|
|
|
+ runCommand("haxe", ["compile-hlc.hxml"].concat(args));
|
|
|
|
+ buildAndRunHlc("bin/hlc", "unit", runCommand);
|
|
|
|
|
|
changeDirectory(threadsDir);
|
|
changeDirectory(threadsDir);
|
|
buildAndRun("build.hxml", "export/threads");
|
|
buildAndRun("build.hxml", "export/threads");
|