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

compile vcproj

This commit is contained in:
Dwight 2010-01-28 13:44:47 -05:00
parent 62e40da7a0
commit af8d9e7071
3 changed files with 9 additions and 1 deletions

View File

@ -1888,6 +1888,10 @@
/>
</FileConfiguration>
</File>
<File
RelativePath="..\scripting\utils.cpp"
>
</File>
</Filter>
</Files>
<Globals>

View File

@ -1836,6 +1836,10 @@
/>
</FileConfiguration>
</File>
<File
RelativePath="..\scripting\utils.cpp"
>
</File>
</Filter>
<Filter
Name="dbtests"

View File

@ -1,6 +1,6 @@
// utils.cpp
#include "../stdafx.h"
#include "stdafx.h"
#include "engine.h"
#include "../util/md5.hpp"