From aa1756a335e523ac53076f9d481a084eeb4b40d3 Mon Sep 17 00:00:00 2001 From: Art Yerkes Date: Tue, 27 Jan 2009 19:58:30 +0000 Subject: [PATCH] Not sure if anybody else uses ccache, but this saves almost 800 recompilations every time wmc runs. svn path=/trunk/; revision=39148 --- reactos/tools/wmc/write.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/tools/wmc/write.c b/reactos/tools/wmc/write.c index 2e4d4e341be..a1db52fa8be 100644 --- a/reactos/tools/wmc/write.c +++ b/reactos/tools/wmc/write.c @@ -91,7 +91,7 @@ static const char str_header[] = "/* This file is generated with wmc version " PACKAGE_VERSION ". Do not edit! */\n" "/* Source : %s */\n" "/* Cmdline: %s */\n" - "/* Date : %s */\n" + // "/* Date : %s */\n" "\n" ;