mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-09 05:24:17 +00:00
wscript: update.
This commit is contained in:
parent
f6e90ef2d5
commit
f6d20e1961
@ -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']
|
||||
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user