mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-09 21:44:15 +00:00
wscript: update.
This commit is contained in:
parent
b0953f49ef
commit
5b2038db49
@ -80,7 +80,8 @@ def build(bld):
|
|||||||
'../pm_shared',
|
'../pm_shared',
|
||||||
'../game_shared',
|
'../game_shared',
|
||||||
'../public',
|
'../public',
|
||||||
'../utils/false_vgui/include'
|
'../utils/false_vgui/include',
|
||||||
|
'../dlls/poke646'
|
||||||
]
|
]
|
||||||
|
|
||||||
defines = ['CLIENT_DLL']
|
defines = ['CLIENT_DLL']
|
||||||
|
@ -135,7 +135,8 @@ def build(bld):
|
|||||||
'../engine',
|
'../engine',
|
||||||
'../pm_shared',
|
'../pm_shared',
|
||||||
'../game_shared',
|
'../game_shared',
|
||||||
'../public'
|
'../public',
|
||||||
|
'poke646'
|
||||||
]
|
]
|
||||||
|
|
||||||
defines = []
|
defines = []
|
||||||
|
2
wscript
2
wscript
@ -270,7 +270,7 @@ def configure(conf):
|
|||||||
if conf.env.cxxshlib_PATTERN.startswith('lib'):
|
if conf.env.cxxshlib_PATTERN.startswith('lib'):
|
||||||
conf.env.cxxshlib_PATTERN = conf.env.cxxshlib_PATTERN[3:]
|
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_IDLE_ANIM', '0')
|
||||||
conf.define('CROWBAR_DELAY_FIX', '0')
|
conf.define('CROWBAR_DELAY_FIX', '0')
|
||||||
conf.define('CROWBAR_FIX_RAPID_CROWBAR', '0')
|
conf.define('CROWBAR_FIX_RAPID_CROWBAR', '0')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user