diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-06-16 15:56:14 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-06-16 15:56:14 (GMT) |
commit | 9fe164364af47d119c4bed420694570ee9a4e6a6 (patch) | |
tree | 0b7115aa355ec3ec93545193bd4f178593b7830b /Tools/buildbot/build-amd64.bat | |
parent | d1f7c594fac756ea3607f85ccdbe7c2a8d3f1eb6 (diff) | |
download | cpython-9fe164364af47d119c4bed420694570ee9a4e6a6.zip cpython-9fe164364af47d119c4bed420694570ee9a4e6a6.tar.gz cpython-9fe164364af47d119c4bed420694570ee9a4e6a6.tar.bz2 |
Deprecate unused scripts in Tools/buildbot.
I would just outright delete them, but the readme in PCbuild recommended
their use, so I figure it would be nice to leave them there for a while.
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 %*
|