mirror of
https://github.com/Source2ZE/MovementUnlocker.git
synced 2026-09-27 20:57:04 +02:00
Build script updates, move to manifest-based build
This commit is contained in:
parent
ec6913115e
commit
a152f5b1e0
6 changed files with 122 additions and 347 deletions
|
|
@ -25,6 +25,8 @@ parser.options.add_argument('-a', '--plugin-alias', type=str, dest='plugin_alias
|
|||
help='Plugin alias')
|
||||
parser.options.add_argument('--hl2sdk-root', type=str, dest='hl2sdk_root', default=None,
|
||||
help='Root search folder for HL2SDKs')
|
||||
parser.options.add_argument('--hl2sdk-manifests', type=str, dest='hl2sdk_manifests', default=None,
|
||||
help='HL2SDK manifests source tree folder')
|
||||
parser.options.add_argument('--mms_path', type=str, dest='mms_path', default=None,
|
||||
help='Metamod:Source source tree folder')
|
||||
parser.options.add_argument('--enable-debug', action='store_const', const='1', dest='debug',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue