From 5046f8501c15ba42036f826c5fbb7a2fb5ee634d Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Fri, 8 Jun 2012 20:46:34 +0200 Subject: [PATCH] Revert "Unbreak the Windows build" It is not needed for v8 3.10, and actually breaks the build. This reverts commit bd33fea732fa74d23fc31855631eba14a03a0c49. --- deps/v8/build/common.gypi | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deps/v8/build/common.gypi b/deps/v8/build/common.gypi index ff3679431b..f999437783 100644 --- a/deps/v8/build/common.gypi +++ b/deps/v8/build/common.gypi @@ -272,10 +272,6 @@ 'defines': [ 'WIN32', ], - 'msvs_configuration_attributes': { - 'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)', - 'CharacterSet': '1', - }, }], ['OS=="win" and v8_enable_prof==1', { 'msvs_settings': {