Browse Source

engine: wscript: define enabled renderers as macros

pull/2/head
Alibek Omarov 2 years ago
parent
commit
182d8edb42
  1. 3
      engine/wscript

3
engine/wscript

@ -126,6 +126,9 @@ def configure(conf): @@ -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…
Cancel
Save