Support -h on hctbuild/hcttest and -Release on hcttest (#3049)

This commit is contained in:
Helena Kotas 2020-07-22 17:20:14 -07:00 коммит произвёл GitHub
Родитель 7fcb79be5c
Коммит 84c2b946ce
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -2,6 +2,7 @@
if "%1"=="/?" goto :showhelp
if "%1"=="-?" goto :showhelp
if "%1"=="-h" goto :showhelp
if "%1"=="-help" goto :showhelp
if "%1"=="--help" goto :showhelp

Просмотреть файл

@ -50,6 +50,7 @@ if "%1"=="" (goto :done_opt)
if "%1"=="/?" goto :showhelp
if "%1"=="-?" goto :showhelp
if "%1"=="-h" goto :showhelp
if "%1"=="-help" goto :showhelp
if "%1"=="--help" goto :showhelp
@ -137,6 +138,8 @@ if "%1"=="-clean" (
set GENERATOR_NINJA=1
) else if "%1"=="-rel" (
set BUILD_CONFIG=Release
) else if "%1"=="-Release" (
set BUILD_CONFIG=Release
) else if "%1"=="-x86" (
rem Allow BUILD_ARCH override. This may be used by HCT_EXTRAS scripts.
set BUILD_ARCH=Win32