summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2012-06-08 20:46:34 +0200
committerBert Belder <bertbelder@gmail.com>2012-06-08 20:46:34 +0200
commit5046f8501c15ba42036f826c5fbb7a2fb5ee634d (patch)
treef9fa9ac0ba0e9742e2c1690209eb9ffab54c6c12
parentf62441367fbe23116faf800848d73036ad0b5ffd (diff)
downloadnode-5046f8501c15ba42036f826c5fbb7a2fb5ee634d.tar.gz
Revert "Unbreak the Windows build"
It is not needed for v8 3.10, and actually breaks the build. This reverts commit bd33fea732fa74d23fc31855631eba14a03a0c49.
-rw-r--r--deps/v8/build/common.gypi4
1 files changed, 0 insertions, 4 deletions
diff --git a/deps/v8/build/common.gypi b/deps/v8/build/common.gypi
index ff3679431..f99943778 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': {