Commit 6b317959 authored by Alexey Golubev's avatar Alexey Golubev

Merge branch 'feature/windows-build' into develop

parents 336cf73d 7242243d
SET SCRIPTPATH=%~dp0
CD /D %~dp0
FOR /f "tokens=*" %%i in ('DIR /a:d /b *') DO (
CD /D %~dp0
ECHO %%i
if exist %%i/fetch.bat (
call %%i/fetch.bat
)
)
SET SCRIPTPATH=%~dp0
CD /D %~dp0
SETX PATH "%SCRIPTPATH%depot_tools;%SCRIPTPATH%depot_tools\python276_bin;%PATH%;"
SET PATH "%SCRIPTPATH%depot_tools;%SCRIPTPATH%depot_tools\python276_bin;%PATH%;"
SET DEPOT_TOOLS_WIN_TOOLCHAIN=0
SET GYP_MSVS_VERSION=2013
......@@ -59,4 +59,4 @@ XCOPY "v8\build\Release\lib\*" "win_64\release\"
XCOPY "v8\build\Release\icudt.dll" "win_64\release\"
XCOPY "v8\build\Debug\lib\*" "win_64\debug\"
XCOPY "v8\build\Debug\icudt.dll" "win_64\debug\"
\ No newline at end of file
XCOPY "v8\build\Debug\icudt.dll" "win_64\debug\"
......@@ -7,7 +7,7 @@ if exist "depot_tools" (
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
)
SETX PATH "%SCRIPTPATH%depot_tools;%SCRIPTPATH%depot_tools\python276_bin;%PATH%;"
SET PATH "%SCRIPTPATH%depot_tools;%SCRIPTPATH%depot_tools\python276_bin;%PATH%;"
SET DEPOT_TOOLS_WIN_TOOLCHAIN=0
SET GYP_MSVS_VERSION=2013
......@@ -15,4 +15,4 @@ if not exist "%SCRIPTPATH%v8" (
call .\depot_tools\fetch v8
)
depot_tools\gclient sync -r 4.10.253
\ No newline at end of file
depot_tools\gclient sync -r 4.10.253
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