wscript: update.

This commit is contained in:
Andrey Akhmichin 2020-08-09 03:40:18 +05:00
parent b0953f49ef
commit 5b2038db49
3 changed files with 5 additions and 3 deletions

View File

@ -80,7 +80,8 @@ def build(bld):
'../pm_shared',
'../game_shared',
'../public',
'../utils/false_vgui/include'
'../utils/false_vgui/include',
'../dlls/poke646'
]
defines = ['CLIENT_DLL']

View File

@ -135,7 +135,8 @@ def build(bld):
'../engine',
'../pm_shared',
'../game_shared',
'../public'
'../public',
'poke646'
]
defines = []

View File

@ -270,7 +270,7 @@ def configure(conf):
if conf.env.cxxshlib_PATTERN.startswith('lib'):
conf.env.cxxshlib_PATTERN = conf.env.cxxshlib_PATTERN[3:]
conf.define('CLIENT_WEAPONS', '1')
conf.define('CLIENT_WEAPONS', '0')
conf.define('CROWBAR_IDLE_ANIM', '0')
conf.define('CROWBAR_DELAY_FIX', '0')
conf.define('CROWBAR_FIX_RAPID_CROWBAR', '0')