summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-26 22:02:47 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-26 22:02:47 +0000
commit6523ce350bd91a0316f2f06155ce363402e39b28 (patch)
treeb656dce8c0954db2faf231437fa146cd74ddf921 /build
parentcda30008a7a30deb7292d61e2a4f176b0c328dc2 (diff)
downloadchromium_src-6523ce350bd91a0316f2f06155ce363402e39b28.zip
chromium_src-6523ce350bd91a0316f2f06155ce363402e39b28.tar.gz
chromium_src-6523ce350bd91a0316f2f06155ce363402e39b28.tar.bz2
Reverting 8665.
Broke linux build. Review URL: http://codereview.chromium.org/18820 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8667 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/SConscript.main4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/SConscript.main b/build/SConscript.main
index f4163a3..15865ce 100644
--- a/build/SConscript.main
+++ b/build/SConscript.main
@@ -232,10 +232,6 @@ root_env.Append(BUILD_SCONSCRIPTS = sconscripts)
windows_env = root_env.Clone()
-# TODO(siggi) Remove this line once SCons plays well when the
-# Platform SDK 6.1 is installed with VS2005 but not VS2008.
-windows_env['MSVS_VERSION'] = '8.0'
-
windows_env.Tool('target_platform_windows')
windows_env.Tool('component_targets_msvs') # Per target project support.