mirror of
https://github.com/python/cpython.git
synced 2026-06-08 12:25:29 -04:00
e12fa65744
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.
6 lines
129 B
Batchfile
6 lines
129 B
Batchfile
@echo off
|
|
|
|
echo Build environments: x86, ia64, amd64, x86_amd64, x86_ia64
|
|
echo.
|
|
call "%VS100COMNTOOLS%..\..\VC\vcvarsall.bat" %1
|