Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2014-08-12 14:32:39 +0400
committerThomas Dinges <blender@dingto.org>2014-08-12 14:32:39 +0400
commit2b1bacddec586ce5f92278310b813c3c4d2359c2 (patch)
treec25c4c71135ab23c08c4928383a8b5baf64e82e3 /build_files/scons/tools/btools.py
parente048a3c28f65bff636dbe98441aae6b83980f6ad (diff)
Scons / Buildbot: Remove code for Visual Studio 2008.
Probably the vc2013 builder can become a more generic name now, but I will double check this with Martijn.
Diffstat (limited to 'build_files/scons/tools/btools.py')
-rw-r--r--build_files/scons/tools/btools.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/build_files/scons/tools/btools.py b/build_files/scons/tools/btools.py
index 214827b6668..5a09e07b3b3 100644
--- a/build_files/scons/tools/btools.py
+++ b/build_files/scons/tools/btools.py
@@ -686,9 +686,6 @@ def buildslave(target=None, source=None, env=None):
else:
platform = env['OURPLATFORM'].split('-')[0]
- if env['OURPLATFORM'] in ('win32-vc', 'win64-vc') and env['MSVC_VERSION'] == '9.0':
- platform = platform + '-vc9'
-
if platform == 'linux':
import platform