| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,2 @@ | |||
| 1 | + This directory exists so that 3rd party packages can be installed | ||
| 2 | + here. Read the source for site.py for more details. | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,5 @@ | |||
| 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 | ||
| 5 | + call "%~dp0build.bat" -p x64 %* | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,5 @@ | |||
| 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 %* | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,3 @@ | |||
| 1 | + @echo This script is no longer used and may be removed in the future. | ||
| 2 | + @echo Please use PCbuild\get_externals.bat instead. | ||
| 3 | + @"%~dp0..\..\PCbuild\get_externals.bat" %* | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,3 @@ | |||
| 1 | + @echo This script is no longer used and may be removed in the future. | ||
| 2 | + @echo Please use PCbuild\get_externals.bat instead. | ||
| 3 | + @"%~dp0..\..\PCbuild\get_externals.bat" %* | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,6 @@ | |||
| 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. | ||
| 6 | + call "%~dp0test.bat" -x64 %* | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments