Staging
v0.8.1
Revision b5d174037fab4889c1404ebab19b85cbe9aa452e authored by Barry Warsaw on 19 June 2008, 01:48:07 UTC, committed by Barry Warsaw on 19 June 2008, 01:48:07 UTC
1 parent da9c9be
Raw File
env.bat
@echo off
set VS8=%ProgramFiles%\Microsoft Visual Studio 8
echo Build environments: x86, ia64, amd64, x86_amd64, x86_ia64
echo.
call "%VS8%\VC\vcvarsall.bat" %1
back to top