Staging
v0.8.1
Revision 06ddddf117ec8d1955265d246cce7932fac93729 authored by Georg Brandl on 03 July 2011, 07:42:43 UTC, committed by Georg Brandl on 03 July 2011, 07:42:43 UTC
1 parent d4fa7ed
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