mirror of
https://github.com/python/cpython.git
synced 2026-01-05 23:12:38 +00:00
I had to use some tricks to build openssl for 32 and 64bit CPUs in two separate build dirs.
5 lines
163 B
Batchfile
5 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
|