| 1234567891011121314151617 |
- @echo off
- echo HLSL console tools
- echo.
- echo hctbld - sets the current directory to HLSL_BLD_DIR
- echo hctbuild - builds the product and test binaries
- echo hctcheckin - builds and tests to make sure a checkin is good
- echo hcthelp - prints this help message
- echo hctspeak - says something - useful to call out after a long command
- echo hctshortcut - creates a desktop shortcut
- echo hctsrc - sets the current directory to HLSL_SRC_DIR
- echo hcttest - runs tests
- echo hcttodo - enumerates TODO comments
- echo hcttools - changes the directory to console tools
- echo hctvs - launches Visual Studio with the built solution
- echo.
- echo Set the HCT_EXTRAS environment variable to allow scripts to be hooked in.
- echo.
|