|
|
@ -126,6 +126,9 @@ def configure(conf): |
|
|
|
conf.define_cond('DBGHELP', conf.env.DEST_OS == 'win32') |
|
|
|
conf.define_cond('DBGHELP', conf.env.DEST_OS == 'win32') |
|
|
|
conf.define_cond('PSAPI_VERSION', conf.env.DEST_OS == 'win32') # will be defined as 1 |
|
|
|
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): |
|
|
|
def build(bld): |
|
|
|
# public includes for renderers and utils use |
|
|
|
# public includes for renderers and utils use |
|
|
|
bld(name = 'engine_includes', export_includes = '. common common/imagelib', use = 'filesystem_includes') |
|
|
|
bld(name = 'engine_includes', export_includes = '. common common/imagelib', use = 'filesystem_includes') |
|
|
|