summaryrefslogtreecommitdiffstats
path: root/common.py
diff options
context:
space:
mode:
authorThomas Sondergaard <[email protected]>2014-01-07 13:31:00 -0700
committerCarl Worth <[email protected]>2014-01-09 12:22:19 -0800
commit700b916da112cd788e297c11d08b64495921155f (patch)
tree15015504c799dd4be7baabbdd434455810a9d0ec /common.py
parentc24489b0ef74a34aae440658021c7c44936a9e6f (diff)
mesa: Preliminary support for MSVC_VERSION=12.0
Cc: "10.0" <[email protected]> Reviewed-by: Brian Paul <[email protected]> (cherry picked from commit 20e65c92c760404560be629354999314632f8674)
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')))