mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-26 12:28:12 +02:00
12 lines
149 B
Text
12 lines
149 B
Text
|
|
Import('*')
|
||
|
|
|
||
|
|
rtasm = env.ConvenienceLibrary(
|
||
|
|
target = 'rtasm',
|
||
|
|
source = [
|
||
|
|
'x86sse.c',
|
||
|
|
'mm.c',
|
||
|
|
'execmem.c',
|
||
|
|
])
|
||
|
|
|
||
|
|
auxiliaries.insert(0, rtasm)
|