diff options
author | Thomas Sondergaard <ts@medical-insight.com> | 2014-01-07 13:31:00 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2014-01-08 17:33:06 -0700 |
commit | 20e65c92c760404560be629354999314632f8674 (patch) | |
tree | 3b9c8f6b493934a616906136d6a707c6153406be | |
parent | 646c16af6e23184078995bcd3fc3db00b7c21250 (diff) |
mesa: Preliminary support for MSVC_VERSION=12.0
Cc: "10.0" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
-rw-r--r-- | common.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'))) |