wscript: update.

This commit is contained in:
Andrey Akhmichin 2020-08-02 20:31:25 +05:00
parent f6e90ef2d5
commit f6d20e1961
2 changed files with 13 additions and 2 deletions

View File

@ -23,6 +23,9 @@ def build(bld):
source += bld.path.ant_glob([
'hl/*.cpp'
])
source += bld.path.ant_glob([
'blackops/nightvision.cpp'
])
source += bld.path.parent.ant_glob([
'dlls/crossbow.cpp',
'dlls/crowbar.cpp',
@ -97,7 +100,13 @@ def build(bld):
'../utils/false_vgui/include'
]
defines = ['CLIENT_DLL']
defines = [
'CLIENT_DLL',
'CROWBAR_IDLE_ANIM',
'CROWBAR_FIX_RAPID_CROWBAR',
'GAUSS_OVERCHARGE_FIX'
]
if bld.env.GOLDSRC:
defines += ['GOLDSOURCE_SUPPORT']

View File

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