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