summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2010-03-22 17:02:05 -0400
committerDwight <dmerriman@gmail.com>2010-03-22 17:02:05 -0400
commit59488feffc96d2664c635ef7ea98d1c2e79819ae (patch)
tree154be2cee62623c32b09e7948744c400ffbe1953
parent3d4d7efb469d7b9401a7d55ce5cf7226e2da39bf (diff)
downloadmongo-59488feffc96d2664c635ef7ea98d1c2e79819ae.tar.gz
compile vcproj
-rw-r--r--db/cmdline.cpp2
-rw-r--r--db/db.vcproj4
-rw-r--r--dbtests/test.vcproj4
-rw-r--r--s/dbgrid.vcproj8
4 files changed, 17 insertions, 1 deletions
diff --git a/db/cmdline.cpp b/db/cmdline.cpp
index d1172baed54..59eafdd3f02 100644
--- a/db/cmdline.cpp
+++ b/db/cmdline.cpp
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "../stdafx.h"
+#include "stdafx.h"
#include "cmdline.h"
#include "commands.h"
diff --git a/db/db.vcproj b/db/db.vcproj
index 4e9844ad6e5..3ea7506c802 100644
--- a/db/db.vcproj
+++ b/db/db.vcproj
@@ -1322,6 +1322,10 @@
>
</File>
<File
+ RelativePath=".\cmdline.cpp"
+ >
+ </File>
+ <File
RelativePath=".\cmdline.h"
>
</File>
diff --git a/dbtests/test.vcproj b/dbtests/test.vcproj
index 9f21a9929fa..002d4646662 100644
--- a/dbtests/test.vcproj
+++ b/dbtests/test.vcproj
@@ -1330,6 +1330,10 @@
>
</File>
<File
+ RelativePath="..\db\cmdline.cpp"
+ >
+ </File>
+ <File
RelativePath="..\db\cmdline.h"
>
</File>
diff --git a/s/dbgrid.vcproj b/s/dbgrid.vcproj
index b2ae88a9d9a..06e6c32927c 100644
--- a/s/dbgrid.vcproj
+++ b/s/dbgrid.vcproj
@@ -433,6 +433,10 @@
>
</File>
<File
+ RelativePath="..\db\cmdline.cpp"
+ >
+ </File>
+ <File
RelativePath="..\db\commands.cpp"
>
</File>
@@ -513,6 +517,10 @@
>
</File>
<File
+ RelativePath="..\client\syncclusterconnection.cpp"
+ >
+ </File>
+ <File
RelativePath="..\util\thread_pool.cpp"
>
</File>