Home | History | Annotate | Download | only in buildbot
      1 @rem Formerly used by the buildbot "clean" step.
      2 @echo This script is no longer used and may be removed in the future.
      3 @echo To get the same effect as this script, use `clean.bat` from this
      4 @echo directory and pass `-p x64` as two arguments.
      5 call "%~dp0clean.bat" -p x64 %*
      6