Skip to content

Commit

Permalink
build.bat: added new lookup folders for vcvarsall.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
muratcakir committed May 11, 2016
1 parent 2a4cfc9 commit 398b773
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ FOR %%b in (

"%VS120COMNTOOLS%..\..\VC\vcvarsall.bat"
"%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"
"%ProgramFiles%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"
"%ProgramFiles%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"

"%VS110COMNTOOLS%..\..\VC\vcvarsall.bat"
"%ProgramFiles(x86)%\Microsoft Visual Studio 11.0\VC\vcvarsall.bat"
"%ProgramFiles%\Microsoft Visual Studio 11.0\VC\vcvarsall.bat"
) do (
if exist %%b (
call %%b x86
Expand Down

0 comments on commit 398b773

Please sign in to comment.