Disable forced inclusion of the precompiled header for C files in x64 builds

Originally committed to SVN as r5989.
This commit is contained in:
Thomas Goyne 2011-12-07 00:19:51 +00:00
parent 1b43e05907
commit c36cd32127

View file

@ -784,6 +784,7 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
UsePrecompiledHeader="0" UsePrecompiledHeader="0"
ForcedIncludeFiles="$(NOINHERIT)"
/> />
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
@ -801,6 +802,7 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
UsePrecompiledHeader="0" UsePrecompiledHeader="0"
ForcedIncludeFiles="$(NOINHERIT)"
/> />
</FileConfiguration> </FileConfiguration>
</File> </File>
@ -827,6 +829,7 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
UsePrecompiledHeader="0" UsePrecompiledHeader="0"
ForcedIncludeFiles="$(NOINHERIT)"
/> />
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
@ -844,6 +847,7 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
UsePrecompiledHeader="0" UsePrecompiledHeader="0"
ForcedIncludeFiles="$(NOINHERIT)"
/> />
</FileConfiguration> </FileConfiguration>
</File> </File>