From f4d4dab45372fdcb41bafd112ed6de69d9cc96fd Mon Sep 17 00:00:00 2001 From: Eric Milkie Date: Tue, 6 Mar 2012 16:06:50 -0500 Subject: fix project files for new version of pcre Also, add ..\.. to the include path to match SCons behavior, so that you can include files relative to src\ rather than relative to the current source's directory. --- src/mongo/db/db.vcxproj | 100 ++++++++++++++++-------------------------------- 1 file changed, 32 insertions(+), 68 deletions(-) (limited to 'src/mongo/db/db.vcxproj') diff --git a/src/mongo/db/db.vcxproj b/src/mongo/db/db.vcxproj index 5679c26e1e2..f782a938ea0 100755 --- a/src/mongo/db/db.vcxproj +++ b/src/mongo/db/db.vcxproj @@ -179,7 +179,7 @@ Disabled - ..\..\js\src;..\..\third_party\pcre-7.4;c:\boost;\boost + ..;..\..\js\src;..\..\third_party\pcre-8.30;c:\boost;\boost MONGO_EXPOSE_MACROS;OLDJS;STATIC_JS_API;XP_WIN;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;%(PreprocessorDefinitions) No EnableFastChecks @@ -208,7 +208,7 @@ Disabled - ..\..\js\src;..\..\third_party\pcre-7.4;c:\boost;\boost + ..;..\..\js\src;..\..\third_party\pcre-8.30;c:\boost;\boost MONGO_EXPOSE_MACROS;OLDJS;STATIC_JS_API;XP_WIN;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;%(PreprocessorDefinitions) No EnableFastChecks @@ -237,7 +237,7 @@ Disabled - ..\..\js\src;..\..\third_party\pcre-7.4;c:\boost;\boost + ..\..;..\..\js\src;..\..\third_party\pcre-8.30;c:\boost;\boost MONGO_EXPOSE_MACROS;OLDJS;STATIC_JS_API;XP_WIN;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL @@ -265,7 +265,7 @@ Disabled - ..\..\js\src;..\..\third_party\pcre-7.4;c:\boost;\boost + ..\..;..\..\js\src;..\..\third_party\pcre-8.30;c:\boost;\boost MONGO_EXPOSE_MACROS;OLDJS;STATIC_JS_API;XP_WIN;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL @@ -294,7 +294,7 @@ MaxSpeed true - ..\..\js\src;..\..\third_party\pcre-7.4;c:\boost;\boost + ..;..\..\js\src;..\..\third_party\pcre-8.30;c:\boost;\boost _UNICODE;UNICODE;;;MONGO_EXPOSE_MACROS;OLDJS;STATIC_JS_API;XP_WIN;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;;%(PreprocessorDefinitions) MultiThreaded true @@ -325,7 +325,7 @@ MaxSpeed true - ..\..\js\src;..\..\third_party\pcre-7.4;c:\boost;\boost + ..;..\..\js\src;..\..\third_party\pcre-8.30;c:\boost;\boost _UNICODE;UNICODE;;;MONGO_EXPOSE_MACROS;OLDJS;STATIC_JS_API;XP_WIN;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;;%(PreprocessorDefinitions) MultiThreaded true @@ -356,7 +356,7 @@ MaxSpeed true - ..\..\js\src;..\..\third_party\pcre-7.4;c:\boost;\boost + ..\..;..\..\js\src;..\..\third_party\pcre-8.30;c:\boost;\boost ;;MONGO_EXPOSE_MACROS;OLDJS;STATIC_JS_API;XP_WIN;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;;%(PreprocessorDefinitions) MultiThreaded true @@ -385,7 +385,7 @@ MaxSpeed true - ..\..\js\src;..\..\third_party\pcre-7.4;c:\boost;\boost + ..\..;..\..\js\src;..\..\third_party\pcre-8.30;c:\boost;\boost ;;MONGO_EXPOSE_MACROS;OLDJS;STATIC_JS_API;XP_WIN;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;;%(PreprocessorDefinitions) MultiThreaded true @@ -417,7 +417,7 @@ - + @@ -435,7 +435,7 @@ - + @@ -453,7 +453,7 @@ - + @@ -471,7 +471,7 @@ - + @@ -489,7 +489,7 @@ - + @@ -507,7 +507,7 @@ - + @@ -525,7 +525,7 @@ - + @@ -543,7 +543,7 @@ - + @@ -561,7 +561,7 @@ - + @@ -579,7 +579,7 @@ - + @@ -597,7 +597,7 @@ - + @@ -615,7 +615,7 @@ - + @@ -633,7 +633,7 @@ - + @@ -651,7 +651,7 @@ - + @@ -669,7 +669,7 @@ - + @@ -687,7 +687,7 @@ - + @@ -705,7 +705,7 @@ - + @@ -723,7 +723,7 @@ - + @@ -741,7 +741,7 @@ - + @@ -759,7 +759,7 @@ - + @@ -777,7 +777,7 @@ - + @@ -795,43 +795,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -1218,8 +1182,8 @@ - - + + -- cgit v1.2.1