Commit 7242243d authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub

Remote permanet setting PATH

parent bd143d8c
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\"
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