mirror of
https://github.com/python/cpython.git
synced 2024-12-19 14:53:39 +08:00
6 lines
161 B
Batchfile
6 lines
161 B
Batchfile
@echo off
|
|
set VS8=%ProgramFiles%\Microsoft Visual Studio 8
|
|
echo Build environments: x86, ia64, amd64, x86_amd64, x86_ia64
|
|
echo.
|
|
call "%VS8%\VC\vcvarsall.bat" %1
|