fixed vcproj files for modules which do not use pch
Modified: trunk/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp
--- trunk/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp 2005-12-02 04:05:04 UTC (rev 19823) +++ trunk/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp 2005-12-02 08:13:52 UTC (rev 19824) @@ -428,7 +428,7 @@
{ 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" );