0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

compile windows

This commit is contained in:
Dwight 2009-02-23 09:50:45 -05:00
parent 00eb714709
commit b23ec0964c
4 changed files with 15 additions and 0 deletions

View File

@ -1728,6 +1728,10 @@
RelativePath="..\util\mmap.cpp"
>
</File>
<File
RelativePath="..\util\processinfo_none.cpp"
>
</File>
<File
RelativePath="..\util\sock.cpp"
>

View File

@ -389,6 +389,14 @@
/>
</FileConfiguration>
</File>
<File
RelativePath=".\strategy.cpp"
>
</File>
<File
RelativePath=".\strategy_shard.cpp"
>
</File>
<File
RelativePath=".\strategy_single.cpp"
>

View File

@ -1,5 +1,6 @@
// processinfo_none.cpp
#include "stdafx.h"
#include "processinfo.h"
#include <iostream>

View File

@ -23,6 +23,8 @@
namespace mongo {
LazyString::StringifierError LazyString::stringifierError_;
vector<UnitTest*> *UnitTest::tests = 0;
bool UnitTest::running = false;