Staging
v0.8.1
Revision c9a42070a64af6d75529118b6169ab172218c170 authored by Georg Brandl on 21 February 2012, 21:36:27 UTC, committed by Georg Brandl on 21 February 2012, 21:36:27 UTC
1 parent 69e9727
Raw File
env.bat
@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
back to top