0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00

compile on windows

This commit is contained in:
Dwight 2008-12-03 10:12:27 -05:00
parent 58fd04ab38
commit e98dbf5acd
4 changed files with 7 additions and 1 deletions

View File

@ -94,7 +94,7 @@ void Cloner::copy(const char *from_collection, const char *to_collection, bool i
if( isindex )
js = fixindex(tmp);
theDataFileMgr.insert(to_collection, (void*) js.objdata(), js.objsize());
}
}
}
bool Cloner::go(const char *masterHost, string& errmsg, const string& fromdb) {

View File

@ -17,6 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "stdafx.h"
#include "db.h"
#include "javajs.h"
#include "query.h"

View File

@ -221,6 +221,10 @@
RelativePath=".\dbwebserver.cpp"
>
</File>
<File
RelativePath=".\instance.cpp"
>
</File>
<File
RelativePath=".\introspect.cpp"
>

View File

@ -17,6 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "stdafx.h"
#include "db.h"
#include "query.h"
#include "introspect.h"