Author: hpoussin
Date: Wed Sep 19 13:34:05 2007
New Revision: 29102
URL:
http://svn.reactos.org/svn/reactos?rev=29102&view=rev
Log:
Fix an old rbuild bug: .gch file now depends of intermediate module directory, and can
create it if needed
Modified:
trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
Modified: trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/backend/mingw…
==============================================================================
--- trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp (original)
+++ trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp Wed Sep 19 13:34:05 2007
@@ -1738,9 +1738,10 @@
GetRpcHeaderDependencies ( rpcDependencies );
dependencies += " " + v2s ( backend, rpcDependencies, 5 );
fprintf ( fMakefile,
- "%s: %s\n",
+ "%s: %s | %s\n",
backend->GetFullName ( *pchFilename ).c_str(),
- dependencies.c_str() );
+ dependencies.c_str(),
+ backend->GetFullPath ( *pchFilename ).c_str() );
fprintf ( fMakefile, "\t$(ECHO_PCH)\n" );
fprintf ( fMakefile,
"\t%s -o %s %s -g %s\n\n",