mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
fixed vcproj files for modules which do not use pch
svn path=/trunk/; revision=19824
This commit is contained in:
parent
b8f03978a6
commit
03075d0a48
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ MSVCBackend::_generate_vcproj ( const Module& module )
|
|||
{
|
||||
std::string& config = cfgs[iconfig];
|
||||
|
||||
if ( isrcfile == 0 )
|
||||
if (( isrcfile == 0 ) && ( module.pch != NULL ))
|
||||
{
|
||||
/* little hack to speed up PCH */
|
||||
fprintf ( OUT, "\t\t\t\t<FileConfiguration\r\n" );
|
||||
|
|
Loading…
Reference in a new issue