Author: arty Date: Tue Jan 27 13:58:30 2009 New Revision: 39148
URL: http://svn.reactos.org/svn/reactos?rev=39148&view=rev Log: Not sure if anybody else uses ccache, but this saves almost 800 recompilations every time wmc runs.
Modified: trunk/reactos/tools/wmc/write.c
Modified: trunk/reactos/tools/wmc/write.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/wmc/write.c?rev=39148... ============================================================================== --- trunk/reactos/tools/wmc/write.c [iso-8859-1] (original) +++ trunk/reactos/tools/wmc/write.c [iso-8859-1] Tue Jan 27 13:58:30 2009 @@ -91,7 +91,7 @@ "/* 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" ;