mirror of
https://github.com/python/cpython.git
synced 2024-12-18 14:24:33 +08:00
9fe164364a
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.
6 lines
279 B
Batchfile
6 lines
279 B
Batchfile
@rem Formerly used by the buildbot "clean" 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 `clean.bat` from this
|
|
@echo directory and pass `-p x64` as two arguments.
|
|
call "%~dp0clean.bat" -p x64 %*
|