engine: wscript: define enabled renderers as macros

This commit is contained in:
Alibek Omarov 2023-03-24 01:50:53 +03:00
parent 762e4da7a0
commit 182d8edb42
1 changed files with 3 additions and 0 deletions

View File

@ -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')