mirror of
https://github.com/python/cpython.git
synced 2026-01-18 13:19:59 +00:00
6 lines
163 B
Batchfile
6 lines
163 B
Batchfile
|
|
@echo off
|
||
|
|
set VS9=%ProgramFiles%\Microsoft Visual Studio 9.0
|
||
|
|
echo Build environments: x86, ia64, amd64, x86_amd64, x86_ia64
|
||
|
|
echo.
|
||
|
|
call "%VS9%\VC\vcvarsall.bat" %1
|