diff options
author | Alan Hourihane <alanh@tungstengraphics.com> | 2008-12-09 16:17:45 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2008-12-09 16:17:45 +0000 |
commit | ee0735fa2d4b2d2a9eae1f55e8f93f1f57feaf6d (patch) | |
tree | 1eb05270973ea3a5c396f3175d1500b5297176ef /scons | |
parent | e8a1b31ddf39f0b09eb85653cebb9808a5daf0a9 (diff) | |
parent | 51d9642f74c3f418b2f8a56b4b17c94eb91b39d1 (diff) |
Merge commit 'origin/gallium-0.1' into gallium-0.2
Diffstat (limited to 'scons')
-rw-r--r-- | scons/gallium.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scons/gallium.py b/scons/gallium.py index 14065e40c0..6dbce62b8e 100644 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -222,6 +222,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', |