Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
468 B

  1. @echo off
  2. call spggetroot.cmd
  3. if "%SPEECH_ROOT%"=="" goto usage
  4. set CLEAN=-c
  5. if "%1"=="noclean" set CLEAN=
  6. if "%1"=="noclean" echo Performing incremental build
  7. cd /d %SPEECH_ROOT%
  8. build %CLEAN% -z docs sdk sr qa tools lang common truetalk prompts regvoices setup %1 %2 %3 %4 %5 %6 %7 %8 %9
  9. goto end
  10. :usage
  11. echo You must run spgrazzle.cmd from the appropriate enlistment
  12. echo which defines SPEECH_ROOT.
  13. :end