|
@@ -18,6 +18,8 @@ class MakeAll {
|
|
var xtraPath = path.substr(0, -3) + "xtra";
|
|
var xtraPath = path.substr(0, -3) + "xtra";
|
|
if( !sys.FileSystem.exists(xtraPath) )
|
|
if( !sys.FileSystem.exists(xtraPath) )
|
|
xtraPath = null;
|
|
xtraPath = null;
|
|
|
|
+ else
|
|
|
|
+ target = target.substr(0, -7) + "xtra.hmd";
|
|
if( sys.FileSystem.exists(target) && sys.FileSystem.stat(target).mtime.getTime() >= sys.FileSystem.stat(path).mtime.getTime() && (xtraPath == null || sys.FileSystem.stat(target).mtime.getTime() >= sys.FileSystem.stat(xtraPath).mtime.getTime()) )
|
|
if( sys.FileSystem.exists(target) && sys.FileSystem.stat(target).mtime.getTime() >= sys.FileSystem.stat(path).mtime.getTime() && (xtraPath == null || sys.FileSystem.stat(target).mtime.getTime() >= sys.FileSystem.stat(xtraPath).mtime.getTime()) )
|
|
continue;
|
|
continue;
|
|
Sys.println(relPath);
|
|
Sys.println(relPath);
|