mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-22 09:56:22 +01:00
engine: wscript: define enabled renderers as macros
This commit is contained in:
parent
762e4da7a0
commit
182d8edb42
@ -126,6 +126,9 @@ def configure(conf):
|
||||
conf.define_cond('DBGHELP', conf.env.DEST_OS == 'win32')
|
||||
conf.define_cond('PSAPI_VERSION', conf.env.DEST_OS == 'win32') # will be defined as 1
|
||||
|
||||
for refdll in conf.refdlls:
|
||||
refdll.register_define(conf)
|
||||
|
||||
def build(bld):
|
||||
# public includes for renderers and utils use
|
||||
bld(name = 'engine_includes', export_includes = '. common common/imagelib', use = 'filesystem_includes')
|
||||
|
Loading…
Reference in New Issue
Block a user