diff options
author | Jonathan White <jwhite@tungstengraphics.com> | 2008-06-05 15:07:03 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-05 15:07:03 -0600 |
commit | fe1a2d1fffe69018e30158ee21ed9842384fd233 (patch) | |
tree | d8a401f3743411adfc14438f1f500fd65b4a737c /SConstruct | |
parent | b11aad2abe167716b7ff1262f5872d4d9dbb5b9c (diff) |
egl: assorted fixes for Windows
Note that int32_t is typedef'd both in p_compiler.h and eglplatform.h
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 549ff647ea..8c8a82b38e 100644 --- a/SConstruct +++ b/SConstruct @@ -52,6 +52,7 @@ opts.Add(ListOption('winsys', 'winsys drivers to build', default_winsys, ['xlib', 'intel', 'gdi'])) env = Environment( + MSVS_VERSION = '7.1', options = opts, ENV = os.environ) Help(opts.GenerateHelpText(env)) |