Browse Source

removed run script

ncannasse 7 năm trước cách đây
mục cha
commit
d45aeb8e29
2 tập tin đã thay đổi với 0 bổ sung17 xóa
  1. BIN
      run.n
  2. 0 17
      tools/Run.hx

BIN
run.n


+ 0 - 17
tools/Run.hx

@@ -1,17 +0,0 @@
-class Run {
-
-	public static function main() {	
-		var args = Sys.args();
-		var currentDir = args.pop(); // current directory
-		switch( args[0] ) {
-		case null:
-		case "pak":
-			var res = args[1];
-			if( res == null ) res = "res";
-			hxd.fmt.pak.Build.make(currentDir + res, currentDir + "res");
-		case cmd:
-			Sys.println("Don't know how to run '"+cmd+"'");
-		}
-	}
-
-}