diff options
Diffstat (limited to 'Tools/buildbot/build-amd64.bat')
-rw-r--r-- | Tools/buildbot/build-amd64.bat | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tools/buildbot/build-amd64.bat b/Tools/buildbot/build-amd64.bat index 8b93bb0..f77407b 100644 --- a/Tools/buildbot/build-amd64.bat +++ b/Tools/buildbot/build-amd64.bat @@ -1,2 +1,5 @@ -@rem Used by the buildbot "compile" step.
+@rem Formerly used by the buildbot "compile" step.
+@echo This script is no longer used and may be removed in the future.
+@echo To get the same effect as this script, use
+@echo PCbuild\build.bat -d -e -k -p x64
call "%~dp0build.bat" -p x64 %*
|