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.

16 lines
477 B

  1. @echo off
  2. @rem BCBuild.cmd
  3. @rem This is a wrapper around build.exe which runs build, then
  4. @rem connects to the local Build Console and requests that
  5. @rem it distribute newly published files.
  6. build %*
  7. if errorlevel 1 goto :err
  8. cscript %RazzleToolPath%\bcbuild.js //nologo
  9. goto :Eof
  10. :Err
  11. @echo Build.exe returned %ErrorLevel% - not publishing files.
  12. @echo To manually run the file publishing phase, type:
  13. @echo cscript %RazzleToolPath%\bcbuild.js //nologo