[Mesa-dev] [PATCH 1/4] MSVC 2013: Preliminary support for MSVC_VERSION=12.0

Thomas Sondergaard ts at medical-insight.com
Tue Jan 7 13:42:59 PST 2014


On 2014-01-07 22:37, Brian Paul wrote:
> On 01/07/2014 01:31 PM, Thomas Sondergaard wrote:
>> ---
>>   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')))
>>
>
> The series looks good to me.  Could probably be applied to the 10.0
> branch too.
>
> Reviewed-by: Brian Paul <brianp at vmware.com>
>
> Do you need me to push this for you?
>
> -Brian

Yes please. On the 10.0 branch would be good too.

Thanks,
Thomas



More information about the mesa-dev mailing list