summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bfc6fc9)
raw | patch | inline | side by side (parent: bfc6fc9)
author | ishmal <ishmal@users.sourceforge.net> | |
Fri, 20 Apr 2007 16:41:34 +0000 (16:41 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Fri, 20 Apr 2007 16:41:34 +0000 (16:41 +0000) |
buildtool.cpp | patch | blob | history |
diff --git a/buildtool.cpp b/buildtool.cpp
index 67687af354e2d06405f112b86c10f1676ec9b7ca..9fd3e464caaade8943787aa5bc1852e12442c402 100644 (file)
--- a/buildtool.cpp
+++ b/buildtool.cpp
*
*/
-#define BUILDTOOL_VERSION "BuildTool v0.6.10, 2007 Bob Jamison"
+#define BUILDTOOL_VERSION "BuildTool v0.6.11, 2007 Bob Jamison"
#include <stdio.h>
#include <fcntl.h>
}
if (!isNewerThan(fullSource, fullDest))
{
+ status(" : skipped");
return true;
}
if (!copyFile(fullSource, fullDest))
}
if (!isNewerThan(fullSource, fullDest))
{
+ status(" : skipped");
return true;
}
if (!copyFile(fullSource, fullDest))