summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/SConscript
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2009-01-28 12:25:25 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2009-01-28 12:25:25 +0000
commitf17eb0b13c6a2e70746edd1d882bf71adec129fb (patch)
tree8b3514e756a0121f9848161935efa4d336650257 /src/gallium/state_trackers/wgl/SConscript
parent19d06f4e1692070afc7b3cab0ea1d78044820b0a (diff)
wgl: move context functions to shared
Diffstat (limited to 'src/gallium/state_trackers/wgl/SConscript')
-rw-r--r--src/gallium/state_trackers/wgl/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/wgl/SConscript b/src/gallium/state_trackers/wgl/SConscript
index 9516dc5a3c..37eb650c87 100644
--- a/src/gallium/state_trackers/wgl/SConscript
+++ b/src/gallium/state_trackers/wgl/SConscript
@@ -20,6 +20,7 @@ if env['platform'] in ['windows']:
sources = [
'icd/stw_icd.c',
+ 'shared/stw_context.c',
'shared/stw_device.c',
'shared/stw_framebuffer.c',
'shared/stw_pixelformat.c',
@@ -27,8 +28,7 @@ if env['platform'] in ['windows']:
'wgl/stw_wgl_arbextensionsstring.c',
'wgl/stw_wgl_arbmultisample.c',
'wgl/stw_wgl_arbpixelformat.c',
- #'wgl/stw_wgl.c',
- 'wgl/stw_wgl_context.c',
+ 'wgl/stw_wgl.c',
'wgl/stw_wgl_getprocaddress.c',
'wgl/stw_wgl_pixelformat.c',
'wgl/stw_wgl_swapbuffers.c',