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