From 7ac119e0623256f95a96bbcf394e3492debbc5b6 Mon Sep 17 00:00:00 2001 From: Dwight Date: Thu, 17 Dec 2009 16:18:00 -0500 Subject: [PATCH] build vis studio --- client/quorum.cpp | 3 +-- db/db.vcproj | 4 ++++ dbtests/test.vcproj | 28 ++++++++++++++++------------ dbtests/threadedtests.cpp | 2 +- 4 files changed, 22 insertions(+), 15 deletions(-) diff --git a/client/quorum.cpp b/client/quorum.cpp index 5ced07ab36e..886025bdea1 100644 --- a/client/quorum.cpp +++ b/client/quorum.cpp @@ -1,10 +1,9 @@ // quorum.cpp -#include "../stdafx.h" +#include "stdafx.h" #include "quorum.h" namespace mongo { - QuorumConnection::QuorumConnection( string commaSeperated ){ string::size_type idx; diff --git a/db/db.vcproj b/db/db.vcproj index 4a97258cab9..1d45425368a 100644 --- a/db/db.vcproj +++ b/db/db.vcproj @@ -1341,6 +1341,10 @@ RelativePath="..\client\model.h" > + + diff --git a/dbtests/test.vcproj b/dbtests/test.vcproj index 8dda8cc7654..ba827c73438 100644 --- a/dbtests/test.vcproj +++ b/dbtests/test.vcproj @@ -349,18 +349,6 @@ RelativePath="..\db\db.rc" > - - - - - @@ -381,6 +369,18 @@ /> + + + + + @@ -1329,6 +1329,10 @@ RelativePath="..\client\model.h" > + + diff --git a/dbtests/threadedtests.cpp b/dbtests/threadedtests.cpp index 19d556975ae..0e6d9a4bfdf 100644 --- a/dbtests/threadedtests.cpp +++ b/dbtests/threadedtests.cpp @@ -18,7 +18,7 @@ */ #include "stdafx.h" -#include "util/mvar.h" +#include "../util/mvar.h" #include #include