This repository was archived by the owner on Feb 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +15
-3
lines changed Expand file tree Collapse file tree 5 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
- @ rem Used by the buildbot "compile" step.
1
+ @ rem Formerly used by the buildbot "compile" 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
4
+ @ echo PCbuild\build.bat -d -e -k -p x64
2
5
call " %~dp0 build.bat" -p x64 %*
Original file line number Diff line number Diff line change 1
- @ rem Used by the buildbot "clean" step.
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.
2
5
call " %~dp0 clean.bat" -p x64 %*
Original file line number Diff line number Diff line change
1
+ @ echo This script is no longer used and may be removed in the future.
1
2
@ echo Please use PCbuild\get_externals.bat instead.
2
3
@ " %~dp0 ..\..\PCbuild\get_externals.bat" %*
Original file line number Diff line number Diff line change
1
+ @ echo This script is no longer used and may be removed in the future.
1
2
@ echo Please use PCbuild\get_externals.bat instead.
2
3
@ " %~dp0 ..\..\PCbuild\get_externals.bat" %*
Original file line number Diff line number Diff line change 1
- @ rem Used by the buildbot "test" step.
1
+ @ rem Formerly used by the buildbot "test" 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
4
+ @ echo PCbuild\rt.bat -q -d -x64 -uall -rwW
5
+ @ echo or use `test.bat` in this directory and pass `-x64` as an argument.
2
6
call " %~dp0 test.bat" -x64 %*
You can’t perform that action at this time.
0 commit comments