@@ -395,7 +395,7 @@ exit /b 0
395
395
echo Builds HLSL solutions and the product and test binaries for the current
396
396
echo flavor and architecture.
397
397
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]
399
399
echo .
400
400
echo -s creates the projects only, without building
401
401
echo -b builds the existing project
@@ -404,15 +404,17 @@ echo -alldef adds optional projects to the default build
404
404
echo -analyze adds /analyze option
405
405
echo -official will generate official version for build
406
406
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
408
408
echo -rel builds release rather than debug
409
+ echo -spirv enable SPIR-V codegen
410
+ echo -spirvtest enable building SPIR-V tests
409
411
echo -speak-up enables audible build confirmation
410
412
echo -no-parallel disables parallel build
411
413
echo -no-dxilconv disables build of DXBC to DXIL converter and tools
412
414
echo -vs2019 uses Visual Studio 2019 to build
413
415
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
416
418
echo .
417
419
echo current BUILD_ARCH=%BUILD_ARCH% . Override with:
418
420
echo -x86 targets an x86 build (aka. Win32)
0 commit comments