Mesa (master): scons: Don't restrict MSVC_VERSION values.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Fri May 2 21:06:31 UTC 2014


Module: Mesa
Branch: master
Commit: 0582800dd67af7d6137768bf8ee4d52605b94683
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0582800dd67af7d6137768bf8ee4d52605b94683

Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu May  1 15:49:36 2014 +0100

scons: Don't restrict MSVC_VERSION values.

Saves the trouble of continuously needing to update.

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

---

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

diff --git a/common.py b/common.py
index d6e6215..1d2d586 100644
--- a/common.py
+++ b/common.py
@@ -101,4 +101,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', '12.0')))
+		opts.Add('MSVC_VERSION', 'Microsoft Visual C/C++ version')




More information about the mesa-commit mailing list