From 0acc79322b2505e7d2e3e0ad98b2df98b9ed5bf7 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Tue, 12 Mar 2013 20:33:38 +0000 Subject: scons: Allows choosing VS 10 or 11. NOTE: Candidate for the stable branches. Reviewed-by: Brian Paul --- common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.py b/common.py index 6ff9608c413..1d618e675af 100644 --- a/common.py +++ b/common.py @@ -100,4 +100,4 @@ def AddOptions(opts): opts.Add(BoolOption('quiet', 'DEPRECATED: profile build', 'yes')) opts.Add(BoolOption('texture_float', 'enable floating-point textures and renderbuffers', 'no')) if host_platform == 'windows': - opts.Add(EnumOption('MSVS_VERSION', 'MS Visual C++ version', None, allowed_values=('7.1', '8.0', '9.0'))) + opts.Add(EnumOption('MSVC_VERSION', 'MS Visual C++ version', None, allowed_values=('7.1', '8.0', '9.0', '10.0', '11.0'))) -- cgit v1.2.3