Mesa (9.1): scons: Allows choosing VS 10 or 11.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Fri Mar 15 19:55:31 UTC 2013


Module: Mesa
Branch: 9.1
Commit: 0acc79322b2505e7d2e3e0ad98b2df98b9ed5bf7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0acc79322b2505e7d2e3e0ad98b2df98b9ed5bf7

Author: José Fonseca <jfonseca at vmware.com>
Date:   Tue Mar 12 20:33:38 2013 +0000

scons: Allows choosing VS 10 or 11.

NOTE: Candidate for the stable branches.

Reviewed-by: Brian Paul <brianp at vmware.com>

---

 common.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common.py b/common.py
index 6ff9608..1d618e6 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('MSVS_VERSION', 'MS Visual C++ version', None, allowed_values=('7.1', '8.0', '9.0')))
+		opts.Add(EnumOption('MSVC_VERSION', 'MS Visual C++ version', None, allowed_values=('7.1', '8.0', '9.0', '10.0', '11.0')))




More information about the mesa-commit mailing list