summaryrefslogtreecommitdiff
path: root/common.py
diff options
context:
space:
mode:
authorThomas Sondergaard <ts@medical-insight.com>2014-01-07 13:31:00 -0700
committerBrian Paul <brianp@vmware.com>2014-01-08 17:33:06 -0700
commit20e65c92c760404560be629354999314632f8674 (patch)
tree3b9c8f6b493934a616906136d6a707c6153406be /common.py
parent646c16af6e23184078995bcd3fc3db00b7c21250 (diff)
mesa: Preliminary support for MSVC_VERSION=12.0
Cc: "10.0" <mesa-stable@lists.freedesktop.org> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'common.py')
-rw-r--r--common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.py b/common.py
index 1d618e675af..22c17257157 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('MSVC_VERSION', 'MS Visual C++ version', None, allowed_values=('7.1', '8.0', '9.0', '10.0', '11.0')))
+ opts.Add(EnumOption('MSVC_VERSION', 'MS Visual C++ version', None, allowed_values=('7.1', '8.0', '9.0', '10.0', '11.0', '12.0')))