diff options
author | dwight <dwight@10gen.com> | 2010-07-23 23:26:27 -0400 |
---|---|---|
committer | dwight <dwight@10gen.com> | 2010-07-23 23:26:27 -0400 |
commit | 401872b5930b8295d600b6f7661f2773d9c1e1a6 (patch) | |
tree | 57a9278c2419f11d18da5c9f7c98018b538339f0 /db/db.vcxproj | |
parent | fe16a597ad891e5ee7240fa92203693eb0db7d16 (diff) | |
download | mongo-401872b5930b8295d600b6f7661f2773d9c1e1a6.tar.gz |
shutdown niceness
Diffstat (limited to 'db/db.vcxproj')
-rw-r--r-- | db/db.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/db.vcxproj b/db/db.vcxproj index 889de130304..9521c55eecc 100644 --- a/db/db.vcxproj +++ b/db/db.vcxproj @@ -450,6 +450,7 @@ <ClCompile Include="..\util\stringutils.cpp" />
<ClCompile Include="..\util\text.cpp" />
<ClCompile Include="..\util\version.cpp" />
+ <ClCompile Include="cap.cpp" />
<ClCompile Include="dbcommands_generic.cpp" />
<ClCompile Include="geo\2d.cpp" />
<ClCompile Include="geo\haystack.cpp" />
|