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:
parent
21c146794d
commit
bf3cc2aa0d
@ -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" />
|
||||
|
@ -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">
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user