0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00

compile vcproj

This commit is contained in:
Dwight 2010-01-18 11:06:10 -05:00
parent 059ebd4b6a
commit 0591a5b96a
3 changed files with 34 additions and 26 deletions

View File

@ -349,6 +349,18 @@
RelativePath=".\db.rc"
>
</File>
<File
RelativePath="..\..\js\js\Debug\js.lib"
>
<FileConfiguration
Name="Release|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCCustomBuildTool"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\js\js\Release\js.lib"
>
@ -369,18 +381,6 @@
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\js\js\Debug\js.lib"
>
<FileConfiguration
Name="Release|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCCustomBuildTool"
/>
</FileConfiguration>
</File>
<File
RelativePath="C:\Program Files\Java\jdk\lib\jvm.lib"
>
@ -1538,6 +1538,10 @@
RelativePath=".\dbhelpers.cpp"
>
</File>
<File
RelativePath=".\dbstats.cpp"
>
</File>
<File
RelativePath=".\dbwebserver.cpp"
>

View File

@ -1,6 +1,6 @@
// dbstats.cpp
#include "../stdafx.h"
#include "stdafx.h"
#include "dbstats.h"
namespace mongo {
@ -34,7 +34,7 @@ namespace mongo {
case opReply:
case dbMsg:
break;
default: log() << "OpCounters::gotOp unkonwn op: " << op << endl;
default: log() << "OpCounters::gotOp unknown op: " << op << endl;
}
}

View File

@ -349,6 +349,18 @@
RelativePath="..\db\db.rc"
>
</File>
<File
RelativePath="..\..\js\js\Debug\js.lib"
>
<FileConfiguration
Name="Release|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCCustomBuildTool"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\js\js\Release\js.lib"
>
@ -369,18 +381,6 @@
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\js\js\Debug\js.lib"
>
<FileConfiguration
Name="Release|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCCustomBuildTool"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\pcre-7.4\pcrecpp.cc"
>
@ -1514,6 +1514,10 @@
RelativePath="..\db\dbhelpers.cpp"
>
</File>
<File
RelativePath="..\db\dbstats.cpp"
>
</File>
<File
RelativePath="..\db\dbwebserver.cpp"
>