summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/mongo/db/mongod.vcxproj1
-rwxr-xr-xsrc/mongo/db/mongod.vcxproj.filters3
-rw-r--r--src/mongo/db/mongod_v8.vcxproj1
-rw-r--r--src/mongo/db/mongod_v8.vcxproj.filters3
-rw-r--r--src/mongo/dbtests/test.vcxproj1
-rwxr-xr-xsrc/mongo/dbtests/test.vcxproj.filters3
-rw-r--r--src/mongo/s/mongos.vcxproj1
-rwxr-xr-xsrc/mongo/s/mongos.vcxproj.filters3
-rwxr-xr-xsrc/mongo/shell/mongo.vcxproj1
-rw-r--r--src/mongo/shell/mongo.vcxproj.filters3
-rw-r--r--src/mongo/shell/mongo_v8.vcxproj1
-rw-r--r--src/mongo/shell/mongo_v8.vcxproj.filters3
12 files changed, 24 insertions, 0 deletions
diff --git a/src/mongo/db/mongod.vcxproj b/src/mongo/db/mongod.vcxproj
index a095ddc678a..f95a5e4ee42 100755
--- a/src/mongo/db/mongod.vcxproj
+++ b/src/mongo/db/mongod.vcxproj
@@ -1135,6 +1135,7 @@ cscript //Nologo "$(ProjectDir)..\shell\createCPPfromJavaScriptFiles.js" "$(Proj
<ClCompile Include="..\util\net\listen.cpp" />
<ClCompile Include="..\util\net\miniwebserver.cpp" />
<ClCompile Include="..\util\net\ssl_manager.cpp" />
+ <ClCompile Include="..\util\platform_init.cpp" />
<ClCompile Include="..\util\processinfo.cpp" />
<ClCompile Include="..\util\progress_meter.cpp" />
<ClCompile Include="..\util\ramlog.cpp" />
diff --git a/src/mongo/db/mongod.vcxproj.filters b/src/mongo/db/mongod.vcxproj.filters
index 38c3ad7e062..c543953ada8 100755
--- a/src/mongo/db/mongod.vcxproj.filters
+++ b/src/mongo/db/mongod.vcxproj.filters
@@ -1112,6 +1112,9 @@
<ClCompile Include="pipeline\document_source_geo_near.cpp">
<Filter>db\pipeline\Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\util\platform_init.cpp">
+ <Filter>util\Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\targetver.h" />
diff --git a/src/mongo/db/mongod_v8.vcxproj b/src/mongo/db/mongod_v8.vcxproj
index bb38734ba13..e439fd5326b 100644
--- a/src/mongo/db/mongod_v8.vcxproj
+++ b/src/mongo/db/mongod_v8.vcxproj
@@ -1289,6 +1289,7 @@ cscript //Nologo "$(ProjectDir)..\shell\createCPPfromJavaScriptFiles.js" "$(Proj
<ClCompile Include="..\util\net\listen.cpp" />
<ClCompile Include="..\util\net\miniwebserver.cpp" />
<ClCompile Include="..\util\net\ssl_manager.cpp" />
+ <ClCompile Include="..\util\platform_init.cpp" />
<ClCompile Include="..\util\processinfo.cpp" />
<ClCompile Include="..\util\progress_meter.cpp" />
<ClCompile Include="..\util\ramlog.cpp" />
diff --git a/src/mongo/db/mongod_v8.vcxproj.filters b/src/mongo/db/mongod_v8.vcxproj.filters
index 88e69d9fa3b..0226b5d2f5a 100644
--- a/src/mongo/db/mongod_v8.vcxproj.filters
+++ b/src/mongo/db/mongod_v8.vcxproj.filters
@@ -1454,6 +1454,9 @@
<ClCompile Include="pipeline\document_source_geo_near.cpp">
<Filter>db\pipeline\Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\util\platform_init.cpp">
+ <Filter>util\Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\targetver.h" />
diff --git a/src/mongo/dbtests/test.vcxproj b/src/mongo/dbtests/test.vcxproj
index a6d378b1194..f9753d78853 100644
--- a/src/mongo/dbtests/test.vcxproj
+++ b/src/mongo/dbtests/test.vcxproj
@@ -1614,6 +1614,7 @@ cscript //Nologo "$(ProjectDir)..\shell\createCPPfromJavaScriptFiles.js" "$(Proj
<ClCompile Include="..\db\pdfile.cpp" />
<ClCompile Include="..\db\queryoptimizer.cpp" />
<ClCompile Include="..\util\net\ssl_manager.cpp" />
+ <ClCompile Include="..\util\platform_init.cpp" />
<ClCompile Include="..\util\processinfo.cpp" />
<ClCompile Include="..\db\repl.cpp" />
<ClCompile Include="..\db\security.cpp" />
diff --git a/src/mongo/dbtests/test.vcxproj.filters b/src/mongo/dbtests/test.vcxproj.filters
index 9583cc001ba..ff6a5da5dd9 100755
--- a/src/mongo/dbtests/test.vcxproj.filters
+++ b/src/mongo/dbtests/test.vcxproj.filters
@@ -2437,6 +2437,9 @@
<ClCompile Include="..\db\pipeline\document_source_geo_near.cpp">
<Filter>db\pipeline\Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\util\platform_init.cpp">
+ <Filter>util\Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="btreetests.inl">
diff --git a/src/mongo/s/mongos.vcxproj b/src/mongo/s/mongos.vcxproj
index acec06674dc..6148117707b 100644
--- a/src/mongo/s/mongos.vcxproj
+++ b/src/mongo/s/mongos.vcxproj
@@ -1166,6 +1166,7 @@ cscript //Nologo "$(ProjectDir)..\shell\createCPPfromJavaScriptFiles.js" "$(Proj
<ClCompile Include="..\util\net\listen.cpp" />
<ClCompile Include="..\util\net\ssl_manager.cpp" />
<ClCompile Include="..\util\ntservice.cpp" />
+ <ClCompile Include="..\util\platform_init.cpp" />
<ClCompile Include="..\util\processinfo.cpp" />
<ClCompile Include="..\util\ramlog.cpp" />
<ClCompile Include="..\util\safe_num.cpp" />
diff --git a/src/mongo/s/mongos.vcxproj.filters b/src/mongo/s/mongos.vcxproj.filters
index 553adb3a21e..69f612f69bf 100755
--- a/src/mongo/s/mongos.vcxproj.filters
+++ b/src/mongo/s/mongos.vcxproj.filters
@@ -936,6 +936,9 @@
<ClCompile Include="..\db\pipeline\document_source_geo_near.cpp">
<Filter>db\pipeline\Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\util\platform_init.cpp">
+ <Filter>util\Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\pch.h" />
diff --git a/src/mongo/shell/mongo.vcxproj b/src/mongo/shell/mongo.vcxproj
index 7572b1529f1..27d33930ddd 100755
--- a/src/mongo/shell/mongo.vcxproj
+++ b/src/mongo/shell/mongo.vcxproj
@@ -908,6 +908,7 @@ cscript //Nologo "$(ProjectDir)..\shell\createCPPfromJavaScriptFiles.js" "$(Proj
<ClCompile Include="..\util\fail_point_service.cpp" />
<ClCompile Include="..\util\file.cpp" />
<ClCompile Include="..\util\net\ssl_manager.cpp" />
+ <ClCompile Include="..\util\platform_init.cpp" />
<ClCompile Include="..\util\processinfo.cpp" />
<ClCompile Include="..\util\safe_num.cpp" />
<ClCompile Include="..\util\time_support.cpp" />
diff --git a/src/mongo/shell/mongo.vcxproj.filters b/src/mongo/shell/mongo.vcxproj.filters
index ac0ccb8ccee..b974349bf15 100644
--- a/src/mongo/shell/mongo.vcxproj.filters
+++ b/src/mongo/shell/mongo.vcxproj.filters
@@ -593,6 +593,9 @@
<ClCompile Include="..\util\file.cpp">
<Filter>util\Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\util\platform_init.cpp">
+ <Filter>util\Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="collection.js">
diff --git a/src/mongo/shell/mongo_v8.vcxproj b/src/mongo/shell/mongo_v8.vcxproj
index e378aefda32..e60462cf3f7 100644
--- a/src/mongo/shell/mongo_v8.vcxproj
+++ b/src/mongo/shell/mongo_v8.vcxproj
@@ -1088,6 +1088,7 @@ cscript //Nologo "$(ProjectDir)..\shell\createCPPfromJavaScriptFiles.js" "$(Proj
<ClCompile Include="..\util\fail_point_service.cpp" />
<ClCompile Include="..\util\file.cpp" />
<ClCompile Include="..\util\net\ssl_manager.cpp" />
+ <ClCompile Include="..\util\platform_init.cpp" />
<ClCompile Include="..\util\processinfo.cpp" />
<ClCompile Include="..\util\safe_num.cpp" />
<ClCompile Include="..\util\time_support.cpp" />
diff --git a/src/mongo/shell/mongo_v8.vcxproj.filters b/src/mongo/shell/mongo_v8.vcxproj.filters
index c1f77352383..753dd31dba3 100644
--- a/src/mongo/shell/mongo_v8.vcxproj.filters
+++ b/src/mongo/shell/mongo_v8.vcxproj.filters
@@ -989,6 +989,9 @@
<ClCompile Include="..\util\file.cpp">
<Filter>util\Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\util\platform_init.cpp">
+ <Filter>util\Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="collection.js">