Mesa (10.0): mesa: Preliminary support for MSVC_VERSION=12.0

Carl Worth cworth at kemper.freedesktop.org
Thu Jan 9 20:57:13 UTC 2014


Module: Mesa
Branch: 10.0
Commit: 700b916da112cd788e297c11d08b64495921155f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=700b916da112cd788e297c11d08b64495921155f

Author: Thomas Sondergaard <ts at medical-insight.com>
Date:   Tue Jan  7 13:31:00 2014 -0700

mesa: Preliminary support for MSVC_VERSION=12.0

Cc: "10.0" <mesa-stable at lists.freedesktop.org>
Reviewed-by: Brian Paul <brianp at vmware.com>
(cherry picked from commit 20e65c92c760404560be629354999314632f8674)

---

 common.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common.py b/common.py
index 1d618e6..22c1725 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')))




More information about the mesa-commit mailing list