From: José Fonseca Date: Fri, 12 Feb 2010 13:22:59 +0000 (+0000) Subject: scons: Target Windows7. X-Git-Tag: 062012170305~12852^2~939 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57617c8eba7093be3da9d818389ef5f18246e4ca;p=profile%2Fivi%2Fmesa.git scons: Target Windows7. --- diff --git a/scons/gallium.py b/scons/gallium.py index a40a957..15aa944 100644 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -177,8 +177,11 @@ def generate(env): '_WINDOWS', #'_UNICODE', #'UNICODE', - ('_WIN32_WINNT', '0x0501'), # minimum required OS version - ('WINVER', '0x0501'), + # http://msdn.microsoft.com/en-us/library/aa383745.aspx + ('_WIN32_WINNT', '0x0601'), + ('WINVER', '0x0601'), + # http://msdn2.microsoft.com/en-us/library/6dwk3a1z.aspx, + 'WIN32_LEAN_AND_MEAN', ] if msvc and env['toolchain'] != 'winddk': cppdefines += [