Browse Source

Revert "Unbreak the Windows build"

It is not needed for v8 3.10, and actually breaks the build.
This reverts commit bd33fea732.
v0.9.1-release
Bert Belder 13 years ago
parent
commit
5046f8501c
  1. 4
      deps/v8/build/common.gypi

4
deps/v8/build/common.gypi

@ -272,10 +272,6 @@
'defines': [ 'defines': [
'WIN32', 'WIN32',
], ],
'msvs_configuration_attributes': {
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
'CharacterSet': '1',
},
}], }],
['OS=="win" and v8_enable_prof==1', { ['OS=="win" and v8_enable_prof==1', {
'msvs_settings': { 'msvs_settings': {

Loading…
Cancel
Save