Staging
v0.8.1
Revision d34941ad4e35d1b7243367524407d4a5fa8c7fe1 authored by Antoine Pitrou on 16 April 2013, 18:27:17 UTC, committed by Antoine Pitrou on 16 April 2013, 18:27:17 UTC
1 parent 20c08c8
Raw File
env.bat
@echo off
set VS10=%ProgramFiles(x86)%\Microsoft Visual Studio 10.0
IF EXIST "%VS10%" GOTO ok
set VS10=%ProgramFiles%\Microsoft Visual Studio 10.0
:ok

echo Build environments: x86, ia64, amd64, x86_amd64, x86_ia64
echo.
call "%VS10%\VC\vcvarsall.bat" %1
back to top