Browse Source

wscript: update.

blackops
Andrey Akhmichin 4 years ago
parent
commit
f6d20e1961
  1. 11
      cl_dll/wscript
  2. 4
      dlls/wscript

11
cl_dll/wscript

@ -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']

4
dlls/wscript

@ -25,7 +25,9 @@ def build(bld): @@ -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…
Cancel
Save