[Bf-blender-cvs] [cb4d32c] master: one more msvc 2013 change

Martijn Berger noreply at git.blender.org
Mon Dec 30 22:26:13 CET 2013


Commit: cb4d32cba37a543dca611c20f80f86d51313a19c
Author: Martijn Berger
Date:   Mon Dec 30 22:25:42 2013 +0100
https://developer.blender.org/rBcb4d32cba37a543dca611c20f80f86d51313a19c

one more msvc 2013 change

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

M	build_files/scons/tools/btools.py

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

diff --git a/build_files/scons/tools/btools.py b/build_files/scons/tools/btools.py
index 7e38cf2..f35b7da 100644
--- a/build_files/scons/tools/btools.py
+++ b/build_files/scons/tools/btools.py
@@ -691,6 +691,8 @@ def buildslave(target=None, source=None, env=None):
 
     if env['MSVC_VERSION'] == '11.0':
         platform = env['OURPLATFORM'] + '11'
+    if env['MSVC_VERSION'] == '12.0':
+        platform = env['OURPLATFORM'] + '12'
 
     branch = env['BUILDBOT_BRANCH']




More information about the Bf-blender-cvs mailing list