summaryrefslogtreecommitdiff
path: root/dbtests
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2010-12-26 14:01:19 -0500
committerdwight <dwight@10gen.com>2010-12-26 14:01:19 -0500
commitbae0fdb4687a814022d72a3a5f1fdadc94759218 (patch)
tree9c5464d7d66c58a5645063d45b707706f7f857d4 /dbtests
parent7131d955e87980c26d39c84f7ceb6e7505931a89 (diff)
downloadmongo-bae0fdb4687a814022d72a3a5f1fdadc94759218.tar.gz
dur speed research
Diffstat (limited to 'dbtests')
-rw-r--r--dbtests/test.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbtests/test.vcxproj b/dbtests/test.vcxproj
index c44b395e42b..f1a1801c06e 100644
--- a/dbtests/test.vcxproj
+++ b/dbtests/test.vcxproj
@@ -148,7 +148,7 @@
<Optimization>MaxSpeed</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
<AdditionalIncludeDirectories>..\..\js\src;..\pcre-7.4;C:\boost;\boost;%(AdditionalIncludeDirectories)</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>_EXPERIMENTAL;_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>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeader>Use</PrecompiledHeader>