Reviewers: Erik Corry, Description: Remove the PCRE_STATIC define.
Please review this at http://codereview.chromium.org/62103 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M SConstruct M tools/visual_studio/common.vsprops Index: tools/visual_studio/common.vsprops =================================================================== --- tools/visual_studio/common.vsprops (revision 1682) +++ tools/visual_studio/common.vsprops (working copy) @@ -10,7 +10,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="$(ProjectDir)\..\..\src;$(IntDir)\DerivedSources" - PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;_HAS_EXCEPTIONS=0;PCRE_STATIC;ENABLE_LOGGING_AND_PROFILING" + PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;_HAS_EXCEPTIONS=0;ENABLE_LOGGING_AND_PROFILING" MinimalRebuild="false" ExceptionHandling="0" RuntimeTypeInfo="false" Index: SConstruct =================================================================== --- SConstruct (revision 1682) +++ SConstruct (working copy) @@ -142,7 +142,7 @@ 'DIALECTFLAGS': ['/nologo'], 'CCFLAGS': ['$DIALECTFLAGS', '$WARNINGFLAGS'], 'CXXFLAGS': ['$CCFLAGS', '/GR-', '/Gy'], - 'CPPDEFINES': ['WIN32', '_USE_32BIT_TIME_T', 'PCRE_STATIC'], + 'CPPDEFINES': ['WIN32', '_USE_32BIT_TIME_T'], 'LINKFLAGS': ['/NOLOGO', '/MACHINE:X86', '/INCREMENTAL:NO', '/NXCOMPAT', '/IGNORE:4221'], 'ARFLAGS': ['/NOLOGO'], --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
