wscript: update.

This commit is contained in:
Andrey Akhmichin 2020-08-09 02:22:51 +05:00
parent cfa4d3f62a
commit 22f5eb26b7
2 changed files with 6 additions and 1 deletions

View File

@ -25,7 +25,9 @@ def build(bld):
source = bld.path.parent.ant_glob([
'pm_shared/*.c',
])
source += bld.path.ant_glob([
'tot/civ.cpp',
])
source += [
'agrunt.cpp',
'airtank.cpp',

View File

@ -271,6 +271,9 @@ def configure(conf):
conf.env.cxxshlib_PATTERN = conf.env.cxxshlib_PATTERN[3:]
conf.define('CLIENT_WEAPONS', '1')
conf.define('CROWBAR_IDLE_ANIM', '1')
conf.define('CROWBAR_FIX_RAPID_CROWBAR', '1')
conf.define('GAUSS_OVERCHARGE_FIX', '1')
if conf.env.DEST_OS == 'android' or conf.options.ENABLE_MOD_HACKS:
conf.define('MOBILE_HACKS', '1')