hcthelp.cmd 907 B

12345678910111213141516171819
  1. @echo off
  2. echo HLSL console tools
  3. echo.
  4. echo hctbld - sets the current directory to HLSL_BLD_DIR
  5. echo hctbuild - builds the product and test binaries
  6. echo hctcheckin - builds and tests to make sure a checkin is good
  7. echo hcthelp - prints this help message
  8. echo hctspeak - says something - useful to call out after a long command
  9. echo hctshortcut - creates a desktop shortcut
  10. echo hctsrc - sets the current directory to HLSL_SRC_DIR
  11. echo hcttest - runs tests
  12. echo hcttodo - enumerates TODO comments
  13. echo hcttools - changes the directory to console tools
  14. echo hctvs - launches Visual Studio with the built solution
  15. echo.
  16. echo Environment variables overrides
  17. echo BUILD_ARCH - default build architecture, one of Win32, x64, arm, currently '%BUILD_ARCH%'
  18. echo HCT_EXTRAS - allows scripts to be hooked in, currently '%HCT_EXTRAS%'
  19. echo.