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
7087d2f0
Commit
7087d2f0
authored
Jul 20, 2016
by
Oleg Korshul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
fbcae868
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
5 deletions
+15
-5
Common/3dParty/v8/build.bat
Common/3dParty/v8/build.bat
+14
-4
Common/3dParty/v8/fetch.bat
Common/3dParty/v8/fetch.bat
+1
-1
No files found.
Common/3dParty/v8/build.bat
View file @
7087d2f0
...
@@ -18,8 +18,13 @@ call python v8\build\gyp_v8
...
@@ -18,8 +18,13 @@ call python v8\build\gyp_v8
call
.\change_projects.bat
call
.\change_projects.bat
cd
"
%SCRIPTPATH%
v8\tools\gyp"
cd
"
%SCRIPTPATH%
v8\tools\gyp"
call
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.com"
v8
.sln
/Rebuild
"Release"
if
defined
ProgramFiles
(
x86
)
(
call
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.com"
v8
.sln
/Rebuild
"Debug"
call
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.com"
v8
.sln
/Rebuild
"Release"
call
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.com"
v8
.sln
/Rebuild
"Debug"
)
else
(
call
"C:\Program Files\Microsoft Visual Studio 12.0\Common7\IDE\devenv.com"
v8
.sln
/Rebuild
"Release"
call
"C:\Program Files\Microsoft Visual Studio 12.0\Common7\IDE\devenv.com"
v8
.sln
/Rebuild
"Debug"
)
cd
"
%SCRIPTPATH%
"
cd
"
%SCRIPTPATH%
"
XCOPY
"v8\build\Release\lib\*"
"win_32\release\"
XCOPY
"v8\build\Release\lib\*"
"win_32\release\"
...
@@ -41,8 +46,13 @@ call python v8\build\gyp_v8 -Dtarget_arch=x64
...
@@ -41,8 +46,13 @@ call python v8\build\gyp_v8 -Dtarget_arch=x64
call
.\change_projects.bat
call
.\change_projects.bat
cd
"
%SCRIPTPATH%
v8\tools\gyp"
cd
"
%SCRIPTPATH%
v8\tools\gyp"
call
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.com"
v8
.sln
/Rebuild
"Release"
if
defined
ProgramFiles
(
x86
)
(
call
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.com"
v8
.sln
/Rebuild
"Debug"
call
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.com"
v8
.sln
/Rebuild
"Release"
call
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.com"
v8
.sln
/Rebuild
"Debug"
)
else
(
call
"C:\Program Files\Microsoft Visual Studio 12.0\Common7\IDE\devenv.com"
v8
.sln
/Rebuild
"Release"
call
"C:\Program Files\Microsoft Visual Studio 12.0\Common7\IDE\devenv.com"
v8
.sln
/Rebuild
"Debug"
)
cd
"
%SCRIPTPATH%
"
cd
"
%SCRIPTPATH%
"
XCOPY
"v8\build\Release\lib\*"
"win_64\release\"
XCOPY
"v8\build\Release\lib\*"
"win_64\release\"
...
...
Common/3dParty/v8/fetch.bat
View file @
7087d2f0
...
@@ -15,4 +15,4 @@ if not exist "%SCRIPTPATH%v8" (
...
@@ -15,4 +15,4 @@ if not exist "%SCRIPTPATH%v8" (
call
.\depot_tools\fetch
v8
call
.\depot_tools\fetch
v8
)
)
gclient
sync
-r
4
.10.253
depot_tools
\gclient
sync
-r
4
.10.253
\ No newline at end of file
\ No newline at end of file
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