From da8817f02a3bfc110a45894d5ba7c9082280e17e Mon Sep 17 00:00:00 2001 From: "jkummerow@chromium.org" Date: Tue, 29 May 2012 10:00:57 +0000 Subject: [PATCH] Prevent Windows buildbots from unnecessarily clobbering directories git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11671 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- build/common.gypi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build/common.gypi b/build/common.gypi index 01ee426..7f084b8 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -238,6 +238,11 @@ 'defines': [ 'WIN32', ], + 'msvs_configuration_attributes': { + 'OutputDirectory': '<(DEPTH)\\build\\$(ConfigurationName)', + 'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)', + 'CharacterSet': '1', + }, }], ['OS=="win" and v8_enable_prof==1', { 'msvs_settings': { @@ -359,11 +364,6 @@ }, }], # OS=="mac" ['OS=="win"', { - 'msvs_configuration_attributes': { - 'OutputDirectory': '<(DEPTH)\\build\\$(ConfigurationName)', - 'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)', - 'CharacterSet': '1', - }, 'msvs_settings': { 'VCCLCompilerTool': { 'Optimization': '2', -- 2.7.4