glhd: Build with scons
This commit is contained in:
@@ -131,6 +131,8 @@ if 'trace' not in env['drivers']:
|
|||||||
env['drivers'].append('trace')
|
env['drivers'].append('trace')
|
||||||
if 'rbug' not in env['drivers']:
|
if 'rbug' not in env['drivers']:
|
||||||
env['drivers'].append('rbug')
|
env['drivers'].append('rbug')
|
||||||
|
if 'galahad' not in env['drivers']:
|
||||||
|
env['drivers'].append('galahad')
|
||||||
if 'identity' not in env['drivers']:
|
if 'identity' not in env['drivers']:
|
||||||
env['drivers'].append('identity')
|
env['drivers'].append('identity')
|
||||||
if 'softpipe' not in env['drivers']:
|
if 'softpipe' not in env['drivers']:
|
||||||
|
@@ -2,7 +2,7 @@ Import('*')
|
|||||||
|
|
||||||
env = env.Clone()
|
env = env.Clone()
|
||||||
|
|
||||||
identity = env.ConvenienceLibrary(
|
galahad = env.ConvenienceLibrary(
|
||||||
target = 'identity',
|
target = 'identity',
|
||||||
source = [
|
source = [
|
||||||
'glhd_context.c',
|
'glhd_context.c',
|
||||||
@@ -10,4 +10,4 @@ identity = env.ConvenienceLibrary(
|
|||||||
'glhd_screen.c',
|
'glhd_screen.c',
|
||||||
])
|
])
|
||||||
|
|
||||||
Export('identity')
|
Export('galahad')
|
||||||
|
Reference in New Issue
Block a user