diff options
author | Tad Marshall <tad@10gen.com> | 2011-11-22 04:03:35 -0500 |
---|---|---|
committer | Tad Marshall <tad@10gen.com> | 2011-11-22 04:03:35 -0500 |
commit | 277932b8acdcd18a4cb97d85dd6dda908b3dc269 (patch) | |
tree | 3c56934a8048138aa1f6ed99a20bd4fbf50ca482 /db | |
parent | d4bfbf83d2f153050aba366ff4d73748eb765344 (diff) | |
download | mongo-277932b8acdcd18a4cb97d85dd6dda908b3dc269.tar.gz |
Turn off precompiled header for Release x64 build of commands/cloud.cpp in Visual Studio
Diffstat (limited to 'db')
-rwxr-xr-x | db/db.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/db.vcxproj b/db/db.vcxproj index 88d54015d90..856175349e4 100755 --- a/db/db.vcxproj +++ b/db/db.vcxproj @@ -517,6 +517,7 @@ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="commands\distinct.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|