Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
onlyoffice_core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
onlyoffice_core
Commits
2f42dc2c
Commit
2f42dc2c
authored
Jan 09, 2018
by
Oleg Korshul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
ffeb03e0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
Common/3dParty/v8/build.bat
Common/3dParty/v8/build.bat
+1
-1
Common/3dParty/v8/fetch.bat
Common/3dParty/v8/fetch.bat
+4
-3
No files found.
Common/3dParty/v8/build.bat
View file @
2f42dc2c
...
@@ -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_TOOLS
P
WIN_TOOLCHAIN
=
0
SET
DEPOT_TOOLS
_
WIN_TOOLCHAIN
=
0
SET
GYP_MSVS_VERSION
=
2015
SET
GYP_MSVS_VERSION
=
2015
cd
v8
cd
v8
...
...
Common/3dParty/v8/fetch.bat
View file @
2f42dc2c
SET
SCRIPTPATH
=
%~dp0
SET
SCRIPTPATH
=
%~dp0
CD
/D
%~dp0
CD
/D
%~dp0
SET
DEPOT_TOOLS
P
WIN_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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment