mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-19 20:09:06 +03:00
Add cflags/ldflags, SDL version to engine.log
This commit is contained in:
@@ -12,6 +12,8 @@ def options(opt):
|
||||
return
|
||||
|
||||
def configure(conf):
|
||||
conf.define('WAF_CFLAGS', conf.env.CFLAGS)
|
||||
conf.define('WAF_LDFLAGS', conf.env.LINKFLAGS)
|
||||
conf.define('TIER0_DLL_EXPORT',1)
|
||||
# conf.define('NO_HOOK_MALLOC',1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user