mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-20 12:00:47 +00:00
utils: mdldec: convert to include targets usage
This commit is contained in:
parent
dedc144b8b
commit
470121512a
@ -16,16 +16,11 @@ def build(bld):
|
||||
if bld.env.DISABLE_UTILS_MDLDEC:
|
||||
return
|
||||
|
||||
source = bld.path.ant_glob('*.c')
|
||||
includes = '. ../../common ../../engine ../../engine/common ../../engine/common/imagelib ../../public'
|
||||
libs = [ 'public', 'M' ]
|
||||
|
||||
bld(
|
||||
source = source,
|
||||
bld(source = bld.path.ant_glob('*.c'),
|
||||
target = 'mdldec',
|
||||
features = 'c cprogram',
|
||||
includes = includes,
|
||||
use = libs,
|
||||
use = 'engine_includes public M',
|
||||
install_path = bld.env.BINDIR,
|
||||
subsystem = bld.env.CONSOLE_SUBSYSTEM
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user