Browse Source

wscript: update.

tot
Andrey Akhmichin 4 years ago
parent
commit
22f5eb26b7
  1. 4
      dlls/wscript
  2. 3
      wscript

4
dlls/wscript

@ -25,7 +25,9 @@ def build(bld): @@ -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',

3
wscript

@ -271,6 +271,9 @@ def configure(conf): @@ -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')

Loading…
Cancel
Save