1 #######################################################################
2 # SConscript for egl-swrast target
6 if env['platform'] == 'windows':
20 drivers += [identity, trace, rbug]
22 env['no_import_lib'] = 1
24 egl_gdi_swrast = env.SharedLibrary(
25 target ='egl_gdi_swrast',
26 source = 'swrast_glue.c',
27 LIBS = st_egl_gdi + ws_gdi + drivers + gallium + egl + env['LIBS'],
30 env.InstallSharedLibrary(egl_gdi_swrast)