Commit 2f42dc2c authored by Oleg Korshul's avatar Oleg Korshul

.

parent ffeb03e0
...@@ -2,7 +2,7 @@ SET SCRIPTPATH=%~dp0 ...@@ -2,7 +2,7 @@ SET SCRIPTPATH=%~dp0
CD /D %~dp0 CD /D %~dp0
SET PATH=%SCRIPTPATH%depot_tools;%PATH% SET PATH=%SCRIPTPATH%depot_tools;%PATH%
SET DEPOT_TOOLSPWIN_TOOLCHAIN=0 SET DEPOT_TOOLS_WIN_TOOLCHAIN=0
SET GYP_MSVS_VERSION=2015 SET GYP_MSVS_VERSION=2015
cd v8 cd v8
......
SET SCRIPTPATH=%~dp0 SET SCRIPTPATH=%~dp0
CD /D %~dp0 CD /D %~dp0
SET DEPOT_TOOLSPWIN_TOOLCHAIN=0 SET DEPOT_TOOLS_WIN_TOOLCHAIN=0
SET GYP_MSVS_VERSION=2015 SET GYP_MSVS_VERSION=2015
if exist "depot_tools" ( if exist "depot_tools" (
...@@ -13,10 +13,11 @@ if exist "depot_tools" ( ...@@ -13,10 +13,11 @@ if exist "depot_tools" (
SET PATH=%SCRIPTPATH%depot_tools;%PATH% SET PATH=%SCRIPTPATH%depot_tools;%PATH%
call gclient
call ./depot_tools/fetch v8 call ./depot_tools/fetch v8
cd v8 cd v8
call git checkout -b 6.0 -t branch-heads/6.0 call git checkout -b 6.0 -t branch-heads/6.0
cd ../
SET DEPOT_TOOLSPWIN_TOOLCHAIN=0
SET GYP_MSVS_VERSION=2015
call gclient sync call gclient sync
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