summaryrefslogtreecommitdiff
path: root/src/mongo/db/mongod.sln
diff options
context:
space:
mode:
authorTad Marshall <tad@10gen.com>2013-02-20 12:50:27 -0500
committerTad Marshall <tad@10gen.com>2013-02-20 13:23:53 -0500
commit20536f81cb31522acc7c633fb87ab1582c947b8a (patch)
treed5edf75e80f4536bec563faa1ae2b84fa0de31aa /src/mongo/db/mongod.sln
parent7817175b3cc03b9da8ac1b38690ec321f16a6f68 (diff)
downloadmongo-20536f81cb31522acc7c633fb87ab1582c947b8a.tar.gz
Visual Studio -- rename project and solution files
All of the project and solution files for building the SpiderMonkey version of MongoDB executables have been renamed to their old names plus "_sm", and all of the previously "_v8" tagged files are renamed to their base names (e.g. mongod_v8.sln is renamed to mongod.sln). This is consistent with V8 being the default JavaScript engine, with an option to build a SpiderMonkey version. Also added new "master" solution files as src/mongodb.sln to build components for the V8 version and src/mongodb_sm.sln to build for SpiderMonkey. Please delete existing target build directories (e.g. src/mongo/db/x64/Debug) before rebuilding with the updated project files.
Diffstat (limited to 'src/mongo/db/mongod.sln')
-rw-r--r--src/mongo/db/mongod.sln20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/mongo/db/mongod.sln b/src/mongo/db/mongod.sln
index ef197cffdc6..5fc1217b926 100644
--- a/src/mongo/db/mongod.sln
+++ b/src/mongo/db/mongod.sln
@@ -2,11 +2,6 @@
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mongod", "mongod.vcxproj", "{215B2D68-0A70-4D10-8E75-B31010C62A91}"
- ProjectSection(ProjectDependencies) = postProject
- {7FA15DF8-14C8-4FD5-897B-6FACE8FDCF2A} = {7FA15DF8-14C8-4FD5-897B-6FACE8FDCF2A}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SpiderMonkey pre-build step", "..\..\third_party\js-1.7\SpiderMonkey-prebuild.vcxproj", "{7FA15DF8-14C8-4FD5-897B-6FACE8FDCF2A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -36,21 +31,6 @@ Global
{215B2D68-0A70-4D10-8E75-B31010C62A91}.Win2008PlusRelease|Win32.Build.0 = Win2008PlusRelease|Win32
{215B2D68-0A70-4D10-8E75-B31010C62A91}.Win2008PlusRelease|x64.ActiveCfg = Win2008PlusRelease|x64
{215B2D68-0A70-4D10-8E75-B31010C62A91}.Win2008PlusRelease|x64.Build.0 = Win2008PlusRelease|x64
- {7FA15DF8-14C8-4FD5-897B-6FACE8FDCF2A}.Debug|Win32.ActiveCfg = Debug|Win32
- {7FA15DF8-14C8-4FD5-897B-6FACE8FDCF2A}.Debug|Win32.Build.0 = Debug|Win32
- {7FA15DF8-14C8-4FD5-897B-6FACE8FDCF2A}.Debug|x64.ActiveCfg = Debug|x64
- {7FA15DF8-14C8-4FD5-897B-6FACE8FDCF2A}.Debug|x64.Build.0 = Debug|x64
- {7FA15DF8-14C8-4FD5-897B-6FACE8FDCF2A}.Release|Win32.ActiveCfg = Release|Win32
- {7FA15DF8-14C8-4FD5-897B-6FACE8FDCF2A}.Release|Win32.Build.0 = Release|Win32
- {7FA15DF8-14C8-4FD5-897B-6FACE8FDCF2A}.Release|x64.ActiveCfg = Release|x64
- {7FA15DF8-14C8-4FD5-897B-6FACE8FDCF2A}.Win2008PlusDebug|Win32.ActiveCfg = Debug|Win32
- {7FA15DF8-14C8-4FD5-897B-6FACE8FDCF2A}.Win2008PlusDebug|Win32.Build.0 = Debug|Win32
- {7FA15DF8-14C8-4FD5-897B-6FACE8FDCF2A}.Win2008PlusDebug|x64.ActiveCfg = Debug|x64
- {7FA15DF8-14C8-4FD5-897B-6FACE8FDCF2A}.Win2008PlusDebug|x64.Build.0 = Debug|x64
- {7FA15DF8-14C8-4FD5-897B-6FACE8FDCF2A}.Win2008PlusRelease|Win32.ActiveCfg = Release|Win32
- {7FA15DF8-14C8-4FD5-897B-6FACE8FDCF2A}.Win2008PlusRelease|Win32.Build.0 = Release|Win32
- {7FA15DF8-14C8-4FD5-897B-6FACE8FDCF2A}.Win2008PlusRelease|x64.ActiveCfg = Release|x64
- {7FA15DF8-14C8-4FD5-897B-6FACE8FDCF2A}.Win2008PlusRelease|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE