mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 08:10:09 +01:00
scons: Provide shorthand aliases for software winsyses.
This commit is contained in:
parent
3950953f93
commit
e77234be39
3 changed files with 3 additions and 0 deletions
|
|
@ -20,4 +20,5 @@ if env['platform'] == 'windows':
|
|||
'gdi_sw_winsys.c',
|
||||
]
|
||||
)
|
||||
env.Alias('ws_gdi', ws_gdi)
|
||||
Export('ws_gdi')
|
||||
|
|
|
|||
|
|
@ -18,4 +18,5 @@ ws_null = env.ConvenienceLibrary(
|
|||
'null_sw_winsys.c',
|
||||
]
|
||||
)
|
||||
env.Alias('ws_null', ws_null)
|
||||
Export('ws_null')
|
||||
|
|
|
|||
|
|
@ -20,4 +20,5 @@ if env['platform'] in ('cygwin', 'darwin', 'freebsd', 'linux', 'sunos'):
|
|||
'xlib_sw_winsys.c',
|
||||
]
|
||||
)
|
||||
env.Alias('ws_xlib', ws_xlib)
|
||||
Export('ws_xlib')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue