mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
compile windows
This commit is contained in:
parent
00eb714709
commit
b23ec0964c
@ -1728,6 +1728,10 @@
|
||||
RelativePath="..\util\mmap.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\processinfo_none.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\sock.cpp"
|
||||
>
|
||||
|
@ -389,6 +389,14 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\strategy.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\strategy_shard.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\strategy_single.cpp"
|
||||
>
|
||||
|
@ -1,5 +1,6 @@
|
||||
// processinfo_none.cpp
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "processinfo.h"
|
||||
|
||||
#include <iostream>
|
||||
|
@ -23,6 +23,8 @@
|
||||
|
||||
namespace mongo {
|
||||
|
||||
LazyString::StringifierError LazyString::stringifierError_;
|
||||
|
||||
vector<UnitTest*> *UnitTest::tests = 0;
|
||||
bool UnitTest::running = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user