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
c4cc15eb
Commit
c4cc15eb
authored
Oct 18, 2016
by
Alexey.Golubev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Skip building if project already built
parent
c30be9db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
35 deletions
+33
-35
Common/3dParty/v8/build.bat
Common/3dParty/v8/build.bat
+33
-35
No files found.
Common/3dParty/v8/build.bat
View file @
c4cc15eb
...
...
@@ -11,52 +11,50 @@ if defined ProgramFiles(x86) (
SET
PATH
=
%ProgramFiles%
\Microsoft
Visual
Studio
12
.0\Common7\IDE
;
%PATH%
)
echo
"building x86... -------------------------------------------"
if
not
exist
"win_32"
(
echo
"building x86... -------------------------------------------"
md
win_32
md
win_32
\debug
md
win_32
\release
if
exist
"win_32"
(
RMDIR
"win_32"
/S /Q
)
md
win_32
md
win_32
\debug
md
win_32
\release
call
python
v8
\build\gyp_v8
call
.\change_projects.bat
call
python
v8
\build\gyp_v8
call
.\change_projects.bat
cd
"
%SCRIPTPATH%
v8\tools\gyp"
cd
"
%SCRIPTPATH%
v8\tools\gyp"
call
devenv
v8
.sln
/Rebuild
"Release"
call
devenv
v8
.sln
/Rebuild
"Debug"
call
devenv
v8
.sln
/Rebuild
"Release"
call
devenv
v8
.sln
/Rebuild
"Debug"
cd
"
%SCRIPTPATH%
"
cd
"
%SCRIPTPATH%
"
XCOPY
/Y
"v8\build\Release\lib\*"
"win_32\release\"
XCOPY
/Y
"v8\build\Release\icudt.dll"
"win_32\release\"
XCOPY
/Y
"v8\build\Release\lib\*"
"win_32\release\"
XCOPY
/Y
"v8\build\Release\icudt.dll"
"win_32\release\"
XCOPY
/Y
"v8\build\Debug\lib\*"
"win_32\debug\"
XCOPY
/Y
"v8\build\Debug\icudt.dll"
"win_32\debug\"
)
XCOPY
/Y
"v8\build\Debug\lib\*"
"win_32\debug\"
XCOPY
/Y
"v8\build\Debug\icudt.dll"
"win_32\debug\
"
if
not
exist
"win_64"
(
echo
"building x64... -------------------------------------------
"
echo
"building x64... -------------------------------------------"
md
win_64
md
win_64
\debug
md
win_64
\release
if
exist
"win_64"
(
RMDIR
"win_64"
/S /Q
)
md
win_64
md
win_64
\debug
md
win_64
\release
call
python
v8
\build\gyp_v8
-Dtarget
_arch
=
x64
call
.\change_projects.bat
call
python
v8
\build\gyp_v8
-Dtarget
_arch
=
x64
call
.\change_projects.bat
cd
"
%SCRIPTPATH%
v8\tools\gyp"
cd
"
%SCRIPTPATH%
v8\tools\gyp"
call
devenv
v8
.sln
/Rebuild
"Release"
call
devenv
v8
.sln
/Rebuild
"Debug"
call
devenv
v8
.sln
/Rebuild
"Release"
call
devenv
v8
.sln
/Rebuild
"Debug"
cd
"
%SCRIPTPATH%
"
cd
"
%SCRIPTPATH%
"
XCOPY
/Y
"v8\build\Release\lib\*"
"win_64\release\"
XCOPY
/Y
"v8\build\Release\icudt.dll"
"win_64\release\"
XCOPY
/Y
"v8\build\Release\lib\*"
"win_64\release\"
XCOPY
/Y
"v8\build\Release\icudt.dll"
"win_64\release\"
XCOPY
/Y
"v8\build\Debug\lib\*"
"win_64\debug\"
XCOPY
/Y
"v8\build\Debug\icudt.dll"
"win_64\debug\"
XCOPY
/Y
"v8\build\Debug\lib\*"
"win_64\debug\"
XCOPY
/Y
"v8\build\Debug\icudt.dll"
"win_64\debug\"
)
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