Revert "Unbreak the Windows build"
authorBert Belder <bertbelder@gmail.com>
Fri, 8 Jun 2012 18:46:34 +0000 (20:46 +0200)
committerBert Belder <bertbelder@gmail.com>
Fri, 8 Jun 2012 18:46:34 +0000 (20:46 +0200)
It is not needed for v8 3.10, and actually breaks the build.
This reverts commit bd33fea732fa74d23fc31855631eba14a03a0c49.

deps/v8/build/common.gypi

index ff36794..f999437 100644 (file)
         'defines': [
           'WIN32',
         ],
-        'msvs_configuration_attributes': {
-          'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
-          'CharacterSet': '1',
-        },
       }],
       ['OS=="win" and v8_enable_prof==1', {
         'msvs_settings': {