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
50ba0d70
Commit
50ba0d70
authored
Jul 15, 2016
by
Oleg Korshul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
258a7be3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
9 deletions
+29
-9
Common/3dParty/v8/build.bat
Common/3dParty/v8/build.bat
+0
-0
Common/3dParty/v8/build.sh
Common/3dParty/v8/build.sh
+9
-9
Common/3dParty/v8/fetch_.bat
Common/3dParty/v8/fetch_.bat
+20
-0
No files found.
Common/3dParty/v8/build.bat
0 → 100644
View file @
50ba0d70
Common/3dParty/v8/build.sh
View file @
50ba0d70
...
@@ -35,17 +35,17 @@ if [[ "$platform" == *"linux"* ]]
...
@@ -35,17 +35,17 @@ if [[ "$platform" == *"linux"* ]]
then
then
CFLAGS
=
"-fPIC"
CXXFLAGS
=
"-fPIC"
make native
CFLAGS
=
"-fPIC"
CXXFLAGS
=
"-fPIC"
make native
cp
"./out/native/obj.target/tools/gyp/libv8_base.a"
"./
$platform$arch
/"
cp
"./out/native/obj.target/tools/gyp/libv8_base.a"
"./
../
$platform$arch
/"
cp
"./out/native/obj.target/tools/gyp/libv8_libbase.a"
"./
$platform$arch
/"
cp
"./out/native/obj.target/tools/gyp/libv8_libbase.a"
"./
../
$platform$arch
/"
cp
"./out/native/obj.target/tools/gyp/libv8_libplatform.a"
"./
$platform$arch
/"
cp
"./out/native/obj.target/tools/gyp/libv8_libplatform.a"
"./
../
$platform$arch
/"
cp
"./out/native/obj.target/tools/gyp/libv8_nosnapshot.a"
"./
$platform$arch
/"
cp
"./out/native/obj.target/tools/gyp/libv8_nosnapshot.a"
"./
../
$platform$arch
/"
cp
"./out/native/obj.target/tools/gyp/libv8_external_snapshot.a"
"./
$platform$arch
/"
cp
"./out/native/obj.target/tools/gyp/libv8_external_snapshot.a"
"./
../
$platform$arch
/"
cp
"./out/native/obj.target/third_party/icu/libicui18n.a"
"./
$platform$arch
/"
cp
"./out/native/obj.target/third_party/icu/libicui18n.a"
"./
../
$platform$arch
/"
cp
"./out/native/obj.target/third_party/icu/libicuuc.a"
"./
$platform$arch
/"
cp
"./out/native/obj.target/third_party/icu/libicuuc.a"
"./
../
$platform$arch
/"
cp
"./out/native/obj.target/third_party/icu/libicudata.a"
"./
$platform$arch
/"
cp
"./out/native/obj.target/third_party/icu/libicudata.a"
"./
../
$platform$arch
/"
cp
"./third_party/icu/linux/icudtl_dat.S"
"./
$platform$arch
/"
cp
"./third_party/icu/linux/icudtl_dat.S"
"./
../
$platform$arch
/"
fi
fi
if
[[
"
$platform
"
==
*
"mac"
*
]]
if
[[
"
$platform
"
==
*
"mac"
*
]]
...
...
Common/3dParty/v8/fetch_.bat
0 → 100644
View file @
50ba0d70
SET
SCRIPTPATH
=
%~dp0
CD
/D
%~dp0
if
exist
"depot_tools"
(
echo
"depot_tools already fetched"
)
else
(
git
clone
https
://chromium.googlesource.com/chromium/tools/depot_tools.git
)
setx
path
"
%SCRIPTPATH%
depot_tools;
%SCRIPTPATH%
depot_tools\python276_bin;
%PATH%
;"
SET
DEPOT_TOOLS_WIN_TOOLCHAIN
=
0
SET
GYP_MSVS_VERSION
=
2013
call
gclient
runhooks
if
exist
"
%SCRIPTPATH%
v8"
(
call
gclient
sync
)
else
(
call
fetch
v8
)
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