mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00

The user-facing scripts in PCbuild have been updated to be easier to use and the buildbot scripts in Tools\buildbot have been updated to use the user-facing scripts in PCbuild wherever possible.
5 lines
129 B
Batchfile
5 lines
129 B
Batchfile
@echo off
|
|
|
|
echo Build environments: x86, ia64, amd64, x86_amd64, x86_ia64
|
|
echo.
|
|
call "%VS100COMNTOOLS%..\..\VC\vcvarsall.bat" %1
|