Commit 49f4925b authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub

debug

parent 5c5b8d9c
......@@ -5,10 +5,14 @@ SET PATH=%SCRIPTPATH%depot_tools;%SCRIPTPATH%depot_tools\python276_bin;%PATH%
SET DEPOT_TOOLS_WIN_TOOLCHAIN=0
SET GYP_MSVS_VERSION=2013
SET VC32_PATH=%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\Common7\IDE
SET VC64_PATH=%ProgramFiles%\Microsoft Visual Studio 12.0\Common7\IDE
setlocal enabledelayedexpansion
if defined ProgramFiles(x86) (
SET PATH=%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\Common7\IDE;%PATH%
SET PATH=!VC32_PATH!;!PATH!
) else (
SET PATH=%ProgramFiles%\Microsoft Visual Studio 12.0\Common7\IDE;%PATH%
SET PATH=!VC32_PATH!;!PATH!
)
if not exist "win_32" (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment