Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-video
[mesa.git] / src / gallium / state_trackers / wgl / SConscript
index 352c087475eb89841d7fabcd658c087e973601ab..0f580b859c672aed37f22f1d54fc85f8e7a1971e 100644 (file)
@@ -7,6 +7,7 @@ if env['platform'] in ['windows']:
     env = env.Clone()
      
     env.Append(CPPPATH = [
+       '#src/mapi',
        '#src/mesa',
        '.',
     ])
@@ -28,6 +29,7 @@ if env['platform'] in ['windows']:
         'stw_framebuffer.c',
         'stw_getprocaddress.c',
         'stw_pixelformat.c',
+        'stw_st.c',
         'stw_tls.c',
         'stw_wgl.c',
     ]