mirror of
https://github.com/python/cpython.git
synced 2026-03-30 08:30:57 +00:00
I've finished the last task for the PCbuild9 directory today. I don't think there is much left to do. Now you can all play around with the shiny new VS 2008 and try the PGO builds. I was able to get a speed improvement of about 10% on py3k. Have fun! :)
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
|