Commit 12e9f472 authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub

refactoring

parent 49f4925b
...@@ -5,12 +5,12 @@ SET PATH=%SCRIPTPATH%depot_tools;%SCRIPTPATH%depot_tools\python276_bin;%PATH% ...@@ -5,12 +5,12 @@ SET PATH=%SCRIPTPATH%depot_tools;%SCRIPTPATH%depot_tools\python276_bin;%PATH%
SET DEPOT_TOOLS_WIN_TOOLCHAIN=0 SET DEPOT_TOOLS_WIN_TOOLCHAIN=0
SET GYP_MSVS_VERSION=2013 SET GYP_MSVS_VERSION=2013
SET VC32_PATH=%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\Common7\IDE SET VC64_PATH=%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\Common7\IDE
SET VC64_PATH=%ProgramFiles%\Microsoft Visual Studio 12.0\Common7\IDE SET VC32_PATH=%ProgramFiles%\Microsoft Visual Studio 12.0\Common7\IDE
setlocal enabledelayedexpansion setlocal enabledelayedexpansion
if defined ProgramFiles(x86) ( if defined ProgramFiles(x86) (
SET PATH=!VC32_PATH!;!PATH! SET PATH=!VC64_PATH!;!PATH!
) else ( ) else (
SET PATH=!VC32_PATH!;!PATH! SET PATH=!VC32_PATH!;!PATH!
) )
......
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