mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-11 07:37:52 +00:00
ref: gl: convert to include targets usage
This commit is contained in:
parent
3c8fe508f0
commit
6d37398fad
@ -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…
Reference in New Issue
Block a user