Staging
v0.5.1
Revision 29360893df0931703cb2fe0c0fbc0fc963e64ead authored by Georg Brandl on 20 February 2011, 10:31:59 UTC, committed by Georg Brandl on 20 February 2011, 10:31:59 UTC
1 parent 260a788
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