hcthelp.cmd 775 B

1234567891011121314151617
  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 Set the HCT_EXTRAS environment variable to allow scripts to be hooked in.
  17. echo.