mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-12 13:31:33 +00:00
wscript: update.
This commit is contained in:
parent
cfa4d3f62a
commit
22f5eb26b7
@ -25,7 +25,9 @@ def build(bld):
|
|||||||
source = bld.path.parent.ant_glob([
|
source = bld.path.parent.ant_glob([
|
||||||
'pm_shared/*.c',
|
'pm_shared/*.c',
|
||||||
])
|
])
|
||||||
|
source += bld.path.ant_glob([
|
||||||
|
'tot/civ.cpp',
|
||||||
|
])
|
||||||
source += [
|
source += [
|
||||||
'agrunt.cpp',
|
'agrunt.cpp',
|
||||||
'airtank.cpp',
|
'airtank.cpp',
|
||||||
|
3
wscript
3
wscript
@ -271,6 +271,9 @@ def configure(conf):
|
|||||||
conf.env.cxxshlib_PATTERN = conf.env.cxxshlib_PATTERN[3:]
|
conf.env.cxxshlib_PATTERN = conf.env.cxxshlib_PATTERN[3:]
|
||||||
|
|
||||||
conf.define('CLIENT_WEAPONS', '1')
|
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:
|
if conf.env.DEST_OS == 'android' or conf.options.ENABLE_MOD_HACKS:
|
||||||
conf.define('MOBILE_HACKS', '1')
|
conf.define('MOBILE_HACKS', '1')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user