Windows installer for mech_eap
[mech_eap.git] / windows / win-vc-env.cmd
1 set PATH=c:\mingw\msys\1.0\local\bin;c:\mingw\msys\1.0\bin;%PATH%;c:\mingw\bin
2 for /f "tokens=2,*" %%a in ('REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\10.0" /v InstallDir') do set "MSVCREDIST=%%~bVC\redist\x64\Microsoft.VC100.CRT"
3 for /f "tokens=2,*" %%a in ('REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\MIT\Kerberos" /v InstallDir') do set "KRB5DIR=%%~b"
4 call setenv /x86 /Debug