diff options
author | José Fonseca <[email protected]> | 2009-07-16 11:20:12 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-07-16 11:22:56 +0100 |
commit | 4e1e18a772061fe3573f2ee2bf6afe447ee66fd6 (patch) | |
tree | 7d3b90e5d140c214f67bbace4924dc221637755e /src/gallium/state_trackers/wgl/SConscript | |
parent | 3ab3209a1f1af7bfd8e09598fbc3586f35169fb2 (diff) |
wgl: Expose pipe_screen/pipe_context via an extension.
Diffstat (limited to 'src/gallium/state_trackers/wgl/SConscript')
-rw-r--r-- | src/gallium/state_trackers/wgl/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/wgl/SConscript b/src/gallium/state_trackers/wgl/SConscript index a0866574876..69b88618ecb 100644 --- a/src/gallium/state_trackers/wgl/SConscript +++ b/src/gallium/state_trackers/wgl/SConscript @@ -29,6 +29,7 @@ if env['platform'] in ['windows']: 'shared/stw_extensionsstring.c', 'shared/stw_extswapinterval.c', 'shared/stw_getprocaddress.c', + 'shared/stw_extgallium.c', 'shared/stw_arbpixelformat.c', 'shared/stw_tls.c', ] |