Skip to content

Commit f9219a9

Browse files
authored
[HCT] Fix up typos, add spirv options to help msg (microsoft#5586)
Fixes microsoft#5585
1 parent 1046046 commit f9219a9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

utils/hct/hctbuild.cmd

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ exit /b 0
395395
echo Builds HLSL solutions and the product and test binaries for the current
396396
echo flavor and architecture.
397397
echo.
398-
echo hctbuild [-s or -b] [-alldef] [-analyze] [-official] [-fv] [-fvloc <path>] [-rel] [-arm or -arm64 or -x86 or -x64] [-Release] [-Debug] [-vs2019] [-ninja] [-tblgen path] [-speak-up] [-no-parallel] [-no-dxilconv] [-update-generated-sources]
398+
echo hctbuild [-s or -b] [-alldef] [-analyze] [-official] [-fv] [-fvloc ^<path^>] [-rel] [-arm or -arm64 or -x86 or -x64] [-Release] [-Debug] [-vs2019] [-ninja] [-tblgen path] [-speak-up] [-no-parallel] [-no-dxilconv] [-update-generated-sources]
399399
echo.
400400
echo -s creates the projects only, without building
401401
echo -b builds the existing project
@@ -404,15 +404,17 @@ echo -alldef adds optional projects to the default build
404404
echo -analyze adds /analyze option
405405
echo -official will generate official version for build
406406
echo -fv fixes the resource version for release (utils\version\version.inc)
407-
echo -fvloc <path> directory with the version.inc file
407+
echo -fvloc ^<path^> directory with the version.inc file
408408
echo -rel builds release rather than debug
409+
echo -spirv enable SPIR-V codegen
410+
echo -spirvtest enable building SPIR-V tests
409411
echo -speak-up enables audible build confirmation
410412
echo -no-parallel disables parallel build
411413
echo -no-dxilconv disables build of DXBC to DXIL converter and tools
412414
echo -vs2019 uses Visual Studio 2019 to build
413415
echo -vs2022 uses Visual Studio 2022 to build
414-
echo
415-
echo -update-generated-soures Updates generated soures in the source tree
416+
echo.
417+
echo -update-generated-sources Updates generated sources in the source tree
416418
echo.
417419
echo current BUILD_ARCH=%BUILD_ARCH%. Override with:
418420
echo -x86 targets an x86 build (aka. Win32)

0 commit comments

Comments
 (0)