From: José Fonseca Date: Mon, 1 Dec 2008 19:53:26 +0000 (-0800) Subject: scons: Target Windows XP on userspace. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=129c6ed67807db5d1d5ec4bc09bcc32bc5a329d4;p=mesa.git scons: Target Windows XP on userspace. --- diff --git a/scons/gallium.py b/scons/gallium.py index 59ec6eccf8a..1136d269089 100644 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -221,6 +221,8 @@ def generate(env): '_WINDOWS', '_UNICODE', 'UNICODE', + ('_WIN32_WINNT', '0x0501'), # minimum required OS version + ('WINVER', '0x0501'), # http://msdn2.microsoft.com/en-us/library/6dwk3a1z.aspx, 'WIN32_LEAN_AND_MEAN', 'VC_EXTRALEAN',