OSDN Git Service

mesa: Preliminary support for MSVC_VERSION=12.0
authorThomas Sondergaard <ts@medical-insight.com>
Tue, 7 Jan 2014 20:31:00 +0000 (13:31 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 9 Jan 2014 00:33:06 +0000 (17:33 -0700)
Cc: "10.0" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
common.py

index 1d618e6..22c1725 100644 (file)
--- 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')))