summaryrefslogtreecommitdiff
path: root/src/mongo/db/db.vcxproj
diff options
context:
space:
mode:
authorTad Marshall <tad@10gen.com>2012-04-24 09:11:59 -0400
committerTad Marshall <tad@10gen.com>2012-04-24 09:11:59 -0400
commit6797ff911da4dc5307d02ebc86a07537d96b7ed4 (patch)
tree6b82be05803f40394df9481a62a84d16f7c46817 /src/mongo/db/db.vcxproj
parent31bdfd739ea47d46c011a642acc3c37c3932dc14 (diff)
downloadmongo-6797ff911da4dc5307d02ebc86a07537d96b7ed4.tar.gz
Fix Visual Studio build & Windows warnings
Add timer.cpp to projects, organize mongos filters a little better, be consistent in struct/class usage to prevent warnings on Windows.
Diffstat (limited to 'src/mongo/db/db.vcxproj')
-rwxr-xr-xsrc/mongo/db/db.vcxproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mongo/db/db.vcxproj b/src/mongo/db/db.vcxproj
index f920943be53..ecdc65180fa 100755
--- a/src/mongo/db/db.vcxproj
+++ b/src/mongo/db/db.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
@@ -1218,6 +1218,7 @@
<ClCompile Include="..\util\stringutils.cpp" />
<ClCompile Include="..\util\systeminfo_win32.cpp" />
<ClCompile Include="..\util\text.cpp" />
+ <ClCompile Include="..\util\timer.cpp" />
<ClCompile Include="..\util\trace.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
@@ -1332,6 +1333,8 @@
<ClInclude Include="..\util\progress_meter.h" />
<ClInclude Include="..\util\concurrency\remap_lock.h" />
<ClInclude Include="..\util\stacktrace.h" />
+ <ClInclude Include="..\util\timer-win32-inl.h" />
+ <ClInclude Include="..\util\timer.h" />
<ClInclude Include="explain.h" />
<ClInclude Include="index_insertion_continuation.h" />
<ClInclude Include="lockstat.h" />