From 28210182fb56f536f1bb7a4fbb119f16f5723096 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Fri, 12 Dec 2014 01:36:59 +0000 Subject: [PATCH] [SCons] Describe allowable values for msvc_version --- SConstruct | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index ed9a777de..865a0f294 100644 --- a/SConstruct +++ b/SConstruct @@ -126,7 +126,9 @@ if os.name == 'nt': windows_compiler_options.extend([ ('msvc_version', """Version of Visual Studio to use. The default is the newest - installed version.""", + installed version. Specify '9.0' for Visual Studio 2008; '10.0' + for Visual Studio 2010; '11.0' for Visual Studio 2012; or '12.0' + for Visual Studio 2013.""", ''), ('target_arch', """Target architecture. The default is the same