summaryrefslogtreecommitdiff
path: root/db/db.vcxproj
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2010-06-14 12:40:39 -0400
committerdwight <dwight@10gen.com>2010-06-14 12:40:39 -0400
commitc78026c136083d772a5cd641f121e8fb1f0fdfc9 (patch)
treed2894ad65673e889af5baed195bbdc4d14816eee /db/db.vcxproj
parent493cc2654c214b940072c2c54f663b1be7f2e44c (diff)
downloadmongo-c78026c136083d772a5cd641f121e8fb1f0fdfc9.tar.gz
keep UNICODE on windows; look for js32r.lib etc. in scons on widnows
Diffstat (limited to 'db/db.vcxproj')
-rw-r--r--db/db.vcxproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/db/db.vcxproj b/db/db.vcxproj
index fb92780ca11..863c1d7bb53 100644
--- a/db/db.vcxproj
+++ b/db/db.vcxproj
@@ -119,7 +119,7 @@
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>..\..\js\src;..\pcre-7.4;c:\boost;\boost</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>_UNICODE;UNICODE;SUPPORT_UCP;SUPPORT_UTF8;MONGO_EXPOSE_MACROS;OLDJS;STATIC_JS_API;XP_WIN;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;PCRE_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>SUPPORT_UCP;SUPPORT_UTF8;MONGO_EXPOSE_MACROS;OLDJS;STATIC_JS_API;XP_WIN;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;PCRE_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PrecompiledHeader>Use</PrecompiledHeader>
@@ -171,7 +171,7 @@
<Optimization>MaxSpeed</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
<AdditionalIncludeDirectories>..\..\js\src;..\pcre-7.4;c:\boost;\boost</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>_UNICODE;UNICODE;SUPPORT_UCP;SUPPORT_UTF8;MONGO_EXPOSE_MACROS;OLDJS;STATIC_JS_API;XP_WIN;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;PCRE_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>SUPPORT_UCP;SUPPORT_UTF8;MONGO_EXPOSE_MACROS;OLDJS;STATIC_JS_API;XP_WIN;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;PCRE_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeader>Use</PrecompiledHeader>
@@ -580,6 +580,7 @@
<ClInclude Include="..\util\mongoutils\html.h" />
<ClInclude Include="..\util\mongoutils\str.h" />
<ClInclude Include="..\util\ramlog.h" />
+ <ClInclude Include="..\util\text.h" />
<ClInclude Include="helpers\dblogger.h" />
<ClInclude Include="repl.h" />
<ClInclude Include="replpair.h" />