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/external-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/external-amd64.bat')
-rw-r--r-- | Tools/buildbot/external-amd64.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/buildbot/external-amd64.bat b/Tools/buildbot/external-amd64.bat index 13056c7..bfaef05 100644 --- a/Tools/buildbot/external-amd64.bat +++ b/Tools/buildbot/external-amd64.bat @@ -1,2 +1,3 @@ +@echo This script is no longer used and may be removed in the future.
@echo Please use PCbuild\get_externals.bat instead.
@"%~dp0..\..\PCbuild\get_externals.bat" %*
|