mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
build vis studio
This commit is contained in:
parent
6405d2d0f8
commit
7ac119e062
@ -1,11 +1,10 @@
|
||||
// quorum.cpp
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "stdafx.h"
|
||||
#include "quorum.h"
|
||||
|
||||
namespace mongo {
|
||||
|
||||
|
||||
QuorumConnection::QuorumConnection( string commaSeperated ){
|
||||
string::size_type idx;
|
||||
while ( ( idx = commaSeperated.find( ',' ) ) != string::npos ){
|
||||
|
@ -1341,6 +1341,10 @@
|
||||
RelativePath="..\client\model.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\client\quorum.cpp"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="btree related"
|
||||
>
|
||||
|
@ -349,18 +349,6 @@
|
||||
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"
|
||||
>
|
||||
@ -381,6 +369,18 @@
|
||||
/>
|
||||
</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"
|
||||
>
|
||||
@ -1329,6 +1329,10 @@
|
||||
RelativePath="..\client\model.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\client\quorum.cpp"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="btree related"
|
||||
>
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "util/mvar.h"
|
||||
#include "../util/mvar.h"
|
||||
#include <boost/thread.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user