mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:25:48 +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 )
|
if ( rpcDependencies.size () > 0 )
|
||||||
dependencies += " " + v2s ( backend, rpcDependencies, 5 );
|
dependencies += " " + v2s ( backend, rpcDependencies, 5 );
|
||||||
fprintf ( fMakefile,
|
fprintf ( fMakefile,
|
||||||
"%s: %s | %s\n",
|
"%s: %s ${%s_precondition} | %s\n",
|
||||||
backend->GetFullName ( *pchFilename ).c_str(),
|
backend->GetFullName ( *pchFilename ).c_str(),
|
||||||
dependencies.c_str(),
|
dependencies.c_str(),
|
||||||
|
module.name.c_str (),
|
||||||
backend->GetFullPath ( *pchFilename ).c_str() );
|
backend->GetFullPath ( *pchFilename ).c_str() );
|
||||||
fprintf ( fMakefile, "\t$(ECHO_PCH)\n" );
|
fprintf ( fMakefile, "\t$(ECHO_PCH)\n" );
|
||||||
fprintf ( fMakefile,
|
fprintf ( fMakefile,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue