summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/db.sln2
-rw-r--r--db/db.vcproj2
2 files changed, 1 insertions, 3 deletions
diff --git a/db/db.sln b/db/db.sln
index eb4ccfc7a09..8d12cbf4cf6 100644
--- a/db/db.sln
+++ b/db/db.sln
@@ -10,7 +10,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{40
..\client\examples\authTest.cpp = ..\client\examples\authTest.cpp
..\client\examples\clientTest.cpp = ..\client\examples\clientTest.cpp
..\client\examples\first.cpp = ..\client\examples\first.cpp
- ..\client\gridfs.h = ..\client\gridfs.h
..\client\examples\second.cpp = ..\client\examples\second.cpp
..\client\examples\tutorial.cpp = ..\client\examples\tutorial.cpp
..\client\examples\whereExample.cpp = ..\client\examples\whereExample.cpp
@@ -35,7 +34,6 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "shell", "shell", "{2CABB3B8-C9A6-478D-9463-0B37799ED708}"
ProjectSection(SolutionItems) = preProject
..\shell\dbshell.cpp = ..\shell\dbshell.cpp
- ..\shell\MongoJS.cpp = ..\shell\MongoJS.cpp
..\shell\ShellUtils.cpp = ..\shell\ShellUtils.cpp
EndProjectSection
EndProject
diff --git a/db/db.vcproj b/db/db.vcproj
index af3dca2573a..44403b383b8 100644
--- a/db/db.vcproj
+++ b/db/db.vcproj
@@ -124,7 +124,7 @@
EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories=""..\pcre-7.4";"c:\Program Files\boost\boost_1_35_0";"c:\program files\java\jdk\include";"c:\program files\java\jdk\include\win32""
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;PCRE_STATIC"
- RuntimeLibrary="2"
+ RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdafx.h"