[Mesa-dev] [PATCH 1/3] scons: Allows choosing VS 10 or 11.

Jose Fonseca jfonseca at vmware.com
Tue Mar 12 14:00:48 PDT 2013


----- Original Message -----
> On 03/12/2013 02:49 PM, Brian Paul wrote:
> > On 03/12/2013 02:39 PM, jfonseca at vmware.com wrote:
> >> From: José Fonseca<jfonseca at vmware.com>
> >>
> >> ---
> >> common.py | 2 +-
> >> 1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> 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')))
> >
> > For the series:
> > Reviewed-by: Brian Paul <brianp at vmware.com>
> 
> BTW, candidates for the stable branches?

Yeah.. probably. I'll try to crossport and do a sanity build after the dust on master settles.

Jose


More information about the mesa-dev mailing list