mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
Precompiled headers can depend of generated files
svn path=/trunk/; revision=32601
This commit is contained in:
parent
5317a642b8
commit
eb5f071a95
1 changed files with 2 additions and 1 deletions
|
@ -1820,9 +1820,10 @@ MingwModuleHandler::GenerateObjectFileTargets ()
|
|||
if ( rpcDependencies.size () > 0 )
|
||||
dependencies += " " + v2s ( backend, rpcDependencies, 5 );
|
||||
fprintf ( fMakefile,
|
||||
"%s: %s | %s\n",
|
||||
"%s: %s ${%s_precondition} | %s\n",
|
||||
backend->GetFullName ( *pchFilename ).c_str(),
|
||||
dependencies.c_str(),
|
||||
module.name.c_str (),
|
||||
backend->GetFullPath ( *pchFilename ).c_str() );
|
||||
fprintf ( fMakefile, "\t$(ECHO_PCH)\n" );
|
||||
fprintf ( fMakefile,
|
||||
|
|
Loading…
Reference in a new issue