mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
fixed vcproj files for modules which do not use pch
svn path=/trunk/; revision=19824
This commit is contained in:
@@ -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" );
|
||||
|
||||
Reference in New Issue
Block a user