mirror of
https://github.com/python/cpython.git
synced 2026-01-05 06:52:26 +00:00
This is mostly a backport of issue #21907, but also includes a few extras necessary to make the bulidbot scripts as thin as possible.
4 lines
132 B
Batchfile
4 lines
132 B
Batchfile
@echo off
|
|
echo Build environments: x86, ia64, amd64, x86_amd64, x86_ia64
|
|
echo.
|
|
call "%VS100COMNTOOLS%..\..\VC\vcvarsall.bat" %*
|