major changes, very much WIP, experimenting with async

This commit is contained in:
Alfred Wärnsäter
2021-06-22 14:04:31 +02:00
parent 206eddbdbd
commit c238ebeef4
17 changed files with 177 additions and 150 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ require("../../common.jake");
var OS = require("os"),
task = require("jake").task,
stream = require("narwhal/term").stream,
// stream = require("narwhal/term").stream;
applicationName = "XcodeCapp.app";
task ("build", function()