mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-22 21:04:14 +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')
|
conf.check_cc(lib='log')
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
libs = [ 'public', 'M' ]
|
libs = [ 'engine_includes', 'public', 'M' ]
|
||||||
|
|
||||||
source = bld.path.ant_glob(['*.c'])
|
source = bld.path.ant_glob(['*.c'])
|
||||||
|
includes = '.'
|
||||||
includes = ['.',
|
|
||||||
'../filesystem',
|
|
||||||
'../engine',
|
|
||||||
'../engine/common',
|
|
||||||
'../engine/server',
|
|
||||||
'../engine/client',
|
|
||||||
'../public',
|
|
||||||
'../common',
|
|
||||||
'../pm_shared' ]
|
|
||||||
|
|
||||||
if bld.env.GL:
|
if bld.env.GL:
|
||||||
bld.shlib(
|
bld.shlib(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user