mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00

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.
5 lines
251 B
Batchfile
5 lines
251 B
Batchfile
@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 %*
|