mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-22 09:57:21 +01:00
wscript: sync with cmake, enable goldsrc support by default
This commit is contained in:
parent
33aa1b0a10
commit
468780d997
4
wscript
4
wscript
@ -28,8 +28,8 @@ def options(opt):
|
|||||||
grp.add_option('--enable-voicemgr', action = 'store_true', dest = 'VOICEMGR', default = False,
|
grp.add_option('--enable-voicemgr', action = 'store_true', dest = 'VOICEMGR', default = False,
|
||||||
help = 'enable voice manager [default: %default]')
|
help = 'enable voice manager [default: %default]')
|
||||||
|
|
||||||
grp.add_option('--enable-goldsrc-support', action = 'store_true', dest = 'GOLDSRC', default = False,
|
grp.add_option('--disable-goldsrc-support', action = 'store_false', dest = 'GOLDSRC', default = True,
|
||||||
help = 'enable GoldSource engine support [default: %default]')
|
help = 'disable GoldSource engine support [default: %default]')
|
||||||
|
|
||||||
opt.load('compiler_optimizations subproject')
|
opt.load('compiler_optimizations subproject')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user