ref: gl: convert to include targets usage
This commit is contained in:
parent
3c8fe508f0
commit
6d37398fad
1 changed files with 2 additions and 11 deletions
|
@ -54,19 +54,10 @@ def configure(conf):
|
|||
conf.check_cc(lib='log')
|
||||
|
||||
def build(bld):
|
||||
libs = [ 'public', 'M' ]
|
||||
libs = [ 'engine_includes', 'public', 'M' ]
|
||||
|
||||
source = bld.path.ant_glob(['*.c'])
|
||||
|
||||
includes = ['.',
|
||||
'../filesystem',
|
||||
'../engine',
|
||||
'../engine/common',
|
||||
'../engine/server',
|
||||
'../engine/client',
|
||||
'../public',
|
||||
'../common',
|
||||
'../pm_shared' ]
|
||||
includes = '.'
|
||||
|
||||
if bld.env.GL:
|
||||
bld.shlib(
|
||||
|
|
Loading…
Add table
Reference in a new issue