[Bf-blender-cvs] [5d3adaf] master: Buildbot SCons MSVC 2013 packing also requires something extra

Martijn Berger noreply at git.blender.org
Sun Dec 29 19:56:31 CET 2013


Commit: 5d3adafcbb72f3c4273d80d36b34364313ae8c49
Author: Martijn Berger
Date:   Sun Dec 29 19:56:03 2013 +0100
https://developer.blender.org/rB5d3adafcbb72f3c4273d80d36b34364313ae8c49

Buildbot SCons MSVC 2013 packing also requires something extra

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

M	build_files/buildbot/slave_pack.py

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

diff --git a/build_files/buildbot/slave_pack.py b/build_files/buildbot/slave_pack.py
index b6e817b..0f410ee 100644
--- a/build_files/buildbot/slave_pack.py
+++ b/build_files/buildbot/slave_pack.py
@@ -101,6 +101,9 @@ if builder.find('scons') != -1:
                 scons_options.append('BF_TOOLSET=mingw')
             if builder.endswith('vc2012'):
                 scons_options.append('MSVS_VERSION=11.0')
+            if builder.endswith('vc2013'):
+                scons_options.append('MSVS_VERSION=12.0')
+                scons_options.append('MSVC_VERSION=12.0')
 
         elif builder.find('mac') != -1:
             if builder.find('x86_64') != -1:




More information about the Bf-blender-cvs mailing list