[Bf-blender-cvs] [9907538] master: msvc 2008 platofrm suffix changed to be -vc9

Martijn Berger noreply at git.blender.org
Sat May 24 11:20:34 CEST 2014


Commit: 99075382398c449d937bc82b6de48071c333e647
Author: Martijn Berger
Date:   Sat May 24 11:20:18 2014 +0200
https://developer.blender.org/rB99075382398c449d937bc82b6de48071c333e647

msvc 2008 platofrm suffix changed to be -vc9

===================================================================

M	build_files/scons/tools/btools.py

===================================================================

diff --git a/build_files/scons/tools/btools.py b/build_files/scons/tools/btools.py
index c021cc8..6eff3dd 100644
--- a/build_files/scons/tools/btools.py
+++ b/build_files/scons/tools/btools.py
@@ -665,7 +665,7 @@ def buildslave(target=None, source=None, env=None):
         platform = env['OURPLATFORM'].split('-')[0]
 
     if env['OURPLATFORM'] in ('win32-vc', 'win64-vc') and env['MSVC_VERSION'] == '9.0':
-        platform = platform + '9'
+        platform = platform + '-vc9'
 
     if platform == 'linux':
         import platform




More information about the Bf-blender-cvs mailing list