mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
compile windows (vcproj)
This commit is contained in:
parent
13533a68a8
commit
b88f54e219
@ -8,8 +8,8 @@
|
||||
|
||||
namespace mongo {
|
||||
|
||||
struct OpDebug {
|
||||
|
||||
class OpDebug {
|
||||
public:
|
||||
StringBuilder str;
|
||||
|
||||
void reset(){
|
||||
|
36
db/db.vcproj
36
db/db.vcproj
@ -349,6 +349,18 @@
|
||||
RelativePath=".\db.rc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\js\js\Debug\js.lib"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\js\js\Release\js.lib"
|
||||
>
|
||||
@ -369,18 +381,6 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\js\js\Debug\js.lib"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="C:\Program Files\Java\jdk\lib\jvm.lib"
|
||||
>
|
||||
@ -1514,6 +1514,10 @@
|
||||
RelativePath="..\s\d_util.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\database.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\db.cpp"
|
||||
>
|
||||
@ -1534,10 +1538,6 @@
|
||||
RelativePath=".\dbhelpers.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\dbinfo.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\dbwebserver.cpp"
|
||||
>
|
||||
@ -1662,6 +1662,10 @@
|
||||
RelativePath=".\tests.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\top.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\update.cpp"
|
||||
>
|
||||
|
@ -349,6 +349,18 @@
|
||||
RelativePath="..\db\db.rc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\js\js\Debug\js.lib"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\js\js\Release\js.lib"
|
||||
>
|
||||
@ -369,18 +381,6 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\js\js\Debug\js.lib"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pcre-7.4\pcrecpp.cc"
|
||||
>
|
||||
@ -1494,6 +1494,10 @@
|
||||
RelativePath="..\db\cursor.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\db\database.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\db\dbcommands.cpp"
|
||||
>
|
||||
@ -1506,10 +1510,6 @@
|
||||
RelativePath="..\db\dbhelpers.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\db\dbinfo.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\db\dbwebserver.cpp"
|
||||
>
|
||||
@ -1618,6 +1618,10 @@
|
||||
RelativePath="..\db\tests.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\top.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\db\update.cpp"
|
||||
>
|
||||
|
@ -544,6 +544,10 @@
|
||||
RelativePath="..\util\sock.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\thread_pool.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\util.cpp"
|
||||
>
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "../stdafx.h"
|
||||
#include <string.h>
|
||||
|
||||
namespace mongo {
|
||||
|
Loading…
Reference in New Issue
Block a user