diff options
author | Keith Whitwell <[email protected]> | 2009-01-27 11:28:29 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-01-27 11:28:29 +0000 |
commit | 0e471ac45771393ea74178eb98f41b904168cf64 (patch) | |
tree | 516818a8cf98e3e71e5611bf71bdd9473c169ed3 /src/mesa/SConscript | |
parent | 4d710dd3cf3187e94e5765b46e4dd6899a7a41d6 (diff) |
wgl: relocate wgl code to state_trackers/wgl
Similar to the GLX state trackers for DRI and xlib.
Diffstat (limited to 'src/mesa/SConscript')
-rw-r--r-- | src/mesa/SConscript | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index 01620ee6147..a878d31dbb5 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -341,5 +341,3 @@ if env['platform'] != 'winddk': ) Export('glapi') - if platform == 'windows': - SConscript('state_tracker/wgl/SConscript') |