0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

update db_10.sln

This commit is contained in:
dwight 2010-11-29 11:07:13 -05:00
parent 21c146794d
commit bf3cc2aa0d
3 changed files with 6 additions and 0 deletions

View File

@ -268,6 +268,7 @@
<ClCompile Include="..\db\cap.cpp" />
<ClCompile Include="..\db\commands\isself.cpp" />
<ClCompile Include="..\db\compact.cpp" />
<ClCompile Include="..\db\dbcommands_generic.cpp" />
<ClCompile Include="..\db\dur.cpp" />
<ClCompile Include="..\db\durop.cpp" />
<ClCompile Include="..\db\dur_journal.cpp" />

View File

@ -725,6 +725,9 @@
<ClCompile Include="..\db\durop.cpp">
<Filter>db\cpp</Filter>
</ClCompile>
<ClCompile Include="..\db\dbcommands_generic.cpp">
<Filter>db\cpp</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="..\SConstruct">

View File

@ -42,6 +42,7 @@
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>c:\boost;\boost</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@ -53,6 +54,7 @@
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<AdditionalIncludeDirectories>c:\boost;\boost</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>