mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-09-09 12:42:31 +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([
|
source += bld.path.ant_glob([
|
||||||
'hl/*.cpp'
|
'hl/*.cpp'
|
||||||
])
|
])
|
||||||
|
source += bld.path.ant_glob([
|
||||||
|
'blackops/nightvision.cpp'
|
||||||
|
])
|
||||||
source += bld.path.parent.ant_glob([
|
source += bld.path.parent.ant_glob([
|
||||||
'dlls/crossbow.cpp',
|
'dlls/crossbow.cpp',
|
||||||
'dlls/crowbar.cpp',
|
'dlls/crowbar.cpp',
|
||||||
@ -97,7 +100,13 @@ def build(bld):
|
|||||||
'../utils/false_vgui/include'
|
'../utils/false_vgui/include'
|
||||||
]
|
]
|
||||||
|
|
||||||
defines = ['CLIENT_DLL']
|
defines = [
|
||||||
|
'CLIENT_DLL',
|
||||||
|
'CROWBAR_IDLE_ANIM',
|
||||||
|
'CROWBAR_FIX_RAPID_CROWBAR',
|
||||||
|
'GAUSS_OVERCHARGE_FIX'
|
||||||
|
]
|
||||||
|
|
||||||
if bld.env.GOLDSRC:
|
if bld.env.GOLDSRC:
|
||||||
defines += ['GOLDSOURCE_SUPPORT']
|
defines += ['GOLDSOURCE_SUPPORT']
|
||||||
|
|
||||||
|
@ -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([
|
||||||
|
'blackops/hudtoggle.cpp'
|
||||||
|
])
|
||||||
source += [
|
source += [
|
||||||
'agrunt.cpp',
|
'agrunt.cpp',
|
||||||
'airtank.cpp',
|
'airtank.cpp',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user