summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2009-02-10 15:39:47 -0500
committerDwight <dmerriman@gmail.com>2009-02-10 15:39:47 -0500
commit2b96bea8d08a1f2426fd46a3a782bd408da9ea53 (patch)
treeb9aabd43d4eba2fc494d57b51934db5d98b968bf
parent693a5607646976a25834fe36e521ff2147d9cc61 (diff)
downloadmongo-2b96bea8d08a1f2426fd46a3a782bd408da9ea53.tar.gz
db.vcproj updated
-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="&quot;..\pcre-7.4&quot;;&quot;c:\Program Files\boost\boost_1_35_0&quot;;&quot;c:\program files\java\jdk\include&quot;;&quot;c:\program files\java\jdk\include\win32&quot;"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;PCRE_STATIC"
- RuntimeLibrary="2"
+ RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdafx.h"