mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
compile vcproj windows
This commit is contained in:
parent
e54c7290f5
commit
cea03ac915
430
db/db.vcproj
430
db/db.vcproj
@ -1309,146 +1309,6 @@
|
||||
<Filter
|
||||
Name="db"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\background.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\client.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\clientcursor.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\cmdline.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\cmdline.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\commands.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\concurrency.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\curop.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\cursor.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\database.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\db.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\dbhelpers.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\dbinfo.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\dbmessage.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\diskloc.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\index.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\introspect.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\jsobj.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\json.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\matcher.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\grid\message.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\minilex.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\namespace.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\pdfile.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\grid\protocol.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\query.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\queryoptimizer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\queryutil.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\repl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\replset.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\resource.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\scanandorder.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\security.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\stdafx.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\update.h"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="cpp"
|
||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
@ -1522,6 +1382,10 @@
|
||||
RelativePath=".\index_geo2d.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\indexkey.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\instance.cpp"
|
||||
>
|
||||
@ -1546,6 +1410,10 @@
|
||||
RelativePath=".\matcher.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\matcher_covered.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\mmap_win.cpp"
|
||||
>
|
||||
@ -1590,10 +1458,6 @@
|
||||
RelativePath="..\util\ramstore.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\repl.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\security.cpp"
|
||||
>
|
||||
@ -1647,66 +1511,146 @@
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="h"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\background.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\client.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\clientcursor.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\cmdline.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\cmdline.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\commands.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\concurrency.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\curop.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\cursor.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\database.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\db.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\dbhelpers.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\dbinfo.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\dbmessage.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\diskloc.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\index.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\introspect.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\jsobj.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\json.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\matcher.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\grid\message.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\minilex.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\namespace.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\pdfile.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\grid\protocol.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\query.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\queryoptimizer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\queryutil.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\resource.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\scanandorder.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\security.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\stdafx.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\update.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="util"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\util\assert_util.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\builder.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\file.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\goodies.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\hashtab.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\lasterror.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\log.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\lruishmap.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\md5.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\md5.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\miniwebserver.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\mmap.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\sock.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\unittest.h"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="cpp"
|
||||
>
|
||||
@ -1804,6 +1748,66 @@
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="h"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\util\assert_util.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\builder.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\file.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\goodies.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\hashtab.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\lasterror.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\log.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\lruishmap.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\md5.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\md5.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\miniwebserver.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\mmap.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\sock.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\util\unittest.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="shard"
|
||||
@ -1874,7 +1878,7 @@
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="btree related"
|
||||
Name="btree"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\btree.cpp"
|
||||
@ -1897,6 +1901,30 @@
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="old_repl"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\oplog.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\repl.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\repl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\repl_block.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\replset.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
|
@ -16,6 +16,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "oplog.h"
|
||||
#include "repl_block.h"
|
||||
#include "repl.h"
|
||||
|
@ -16,6 +16,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "repl_block.h"
|
||||
#include "instance.h"
|
||||
#include "dbhelpers.h"
|
||||
|
@ -1397,6 +1397,10 @@
|
||||
RelativePath="..\db\matcher.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\db\matcher_covered.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\grid\message.h"
|
||||
>
|
||||
@ -1409,6 +1413,10 @@
|
||||
RelativePath="..\db\namespace.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\db\oplog.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\db\pdfile.h"
|
||||
>
|
||||
@ -1433,6 +1441,10 @@
|
||||
RelativePath="..\db\repl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\db\repl_block.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\db\replset.h"
|
||||
>
|
||||
@ -1514,6 +1526,10 @@
|
||||
RelativePath="..\db\index_geo2d.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\db\indexkey.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\db\instance.cpp"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user