summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2011-04-30 14:59:20 -0400
committerdwight <dwight@10gen.com>2011-04-30 14:59:20 -0400
commit633150e7a15bccc957d1635ff5ec9762f1b251f2 (patch)
tree4fcaee6ac479f17f1cfe9ee800d5376dcac2b048 /db
parent1773ba2f5e6c7358e200450f93900b787179132b (diff)
downloadmongo-633150e7a15bccc957d1635ff5ec9762f1b251f2.tar.gz
fix vcxproj
Diffstat (limited to 'db')
-rw-r--r--db/db.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/db.vcxproj b/db/db.vcxproj
index eb56d6fe77f..740bdefc41b 100644
--- a/db/db.vcxproj
+++ b/db/db.vcxproj
@@ -496,6 +496,8 @@
<ClCompile Include="querypattern.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="repl.cpp" />
<ClCompile Include="repl\consensus.cpp" />