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
1f3cf313
Commit
1f3cf313
authored
Oct 18, 2016
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
https://github.com/ONLYOFFICE/core
into develop
parents
697df83a
a8eda51e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
73 additions
and
75 deletions
+73
-75
Common/3dParty/boost/build.bat
Common/3dParty/boost/build.bat
+39
-39
Common/3dParty/v8/build.bat
Common/3dParty/v8/build.bat
+33
-35
Common/3dParty/v8/fetch.bat
Common/3dParty/v8/fetch.bat
+1
-1
Common/3dParty/v8/fix-depot_tools.ps1
Common/3dParty/v8/fix-depot_tools.ps1
+0
-0
No files found.
Common/3dParty/boost/build.bat
View file @
1f3cf313
...
@@ -14,52 +14,52 @@ if exist "stage" (
...
@@ -14,52 +14,52 @@ if exist "stage" (
md
build
md
build
SET
folder
=
build
/win
_32
SET
folder
=
build
/win
_32
echo
"x86..."
if
exist
"
%folder%
"
(
if
not
exist
"
%folder%
"
(
RMDIR
"
%folder%
"
/S /Q
echo
"x86..."
md
%folder%
md
%folder%
\static
md
%folder%
\static_fpic
md
%folder%
\shared
.\b2.exe
-
-clean
.\bjam.exe
link
=
static
-
-with-filesystem
-
-with-system
-
-with-date
_time
-
-with-regex
XCOPY
/Y
stage
\lib\
*
"
%folder%
\static\"
.\b2.exe
-
-clean
.\bjam.exe
link
=
static
cxxflags
=
-fPIC
-
-with-filesystem
-
-with-system
-
-with-date
_time
-
-with-regex
XCOPY
/Y
stage
\lib\
*
"
%folder%
\static_fpic\"
.\b2.exe
-
-clean
.\bjam.exe
link
=
shared
-
-with-filesystem
-
-with-system
-
-with-date
_time
-
-with-regex
XCOPY
/Y
stage
\lib\
*
"
%folder%
\shared\"
)
)
md
%folder%
md
%folder%
\static
md
%folder%
\static_fpic
md
%folder%
\shared
.\b2.exe
-
-clean
.\bjam.exe
link
=
static
-
-with-filesystem
-
-with-system
-
-with-date
_time
-
-with-regex
XCOPY
/Y
stage
\lib\
*
"
%folder%
\static\"
.\b2.exe
-
-clean
.\bjam.exe
link
=
static
cxxflags
=
-fPIC
-
-with-filesystem
-
-with-system
-
-with-date
_time
-
-with-regex
XCOPY
/Y
stage
\lib\
*
"
%folder%
\static_fpic\"
.\b2.exe
-
-clean
.\bjam.exe
link
=
shared
-
-with-filesystem
-
-with-system
-
-with-date
_time
-
-with-regex
XCOPY
/Y
stage
\lib\
*
"
%folder%
\shared\"
SET
folder
=
build
/win
_64
SET
folder
=
build
/win
_64
echo
"x64..."
if
exist
"
%folder%
"
(
RMDIR
"
%folder%
"
/S /Q
)
if
exist
"stage"
(
if
not
exist
"
%folder%
"
(
RMDIR
"stage"
/S /Q
echo
"x64..."
)
if
exist
"stage"
(
RMDIR
"stage"
/S /Q
)
md
%folder%
md
%folder%
md
%folder%
\static
md
%folder%
\static
md
%folder%
\static_fpic
md
%folder%
\static_fpic
md
%folder%
\shared
md
%folder%
\shared
.\b2.exe
-
-clean
.\b2.exe
-
-clean
.\bjam.exe
link
=
static
-
-with-filesystem
-
-with-system
-
-with-date
_time
-
-with-regex
address
-model
=
64
.\bjam.exe
link
=
static
-
-with-filesystem
-
-with-system
-
-with-date
_time
-
-with-regex
address
-model
=
64
XCOPY
/Y
stage
\lib\
*
"
%folder%
\static\"
XCOPY
/Y
stage
\lib\
*
"
%folder%
\static\"
.\b2.exe
-
-clean
.\b2.exe
-
-clean
.\bjam.exe
link
=
static
cxxflags
=
-fPIC
-
-with-filesystem
-
-with-system
-
-with-date
_time
-
-with-regex
address
-model
=
64
.\bjam.exe
link
=
static
cxxflags
=
-fPIC
-
-with-filesystem
-
-with-system
-
-with-date
_time
-
-with-regex
address
-model
=
64
XCOPY
/Y
stage
\lib\
*
"
%folder%
\static_fpic\"
XCOPY
/Y
stage
\lib\
*
"
%folder%
\static_fpic\"
.\b2.exe
-
-clean
.\b2.exe
-
-clean
.\bjam.exe
link
=
shared
-
-with-filesystem
-
-with-system
-
-with-date
_time
-
-with-regex
address
-model
=
64
.\bjam.exe
link
=
shared
-
-with-filesystem
-
-with-system
-
-with-date
_time
-
-with-regex
address
-model
=
64
XCOPY
/Y
stage
\lib\
*
"
%folder%
\shared\"
XCOPY
/Y
stage
\lib\
*
"
%folder%
\shared\"
)
\ No newline at end of file
Common/3dParty/v8/build.bat
View file @
1f3cf313
...
@@ -11,52 +11,50 @@ if defined ProgramFiles(x86) (
...
@@ -11,52 +11,50 @@ if defined ProgramFiles(x86) (
SET
PATH
=
%ProgramFiles%
\Microsoft
Visual
Studio
12
.0\Common7\IDE
;
%PATH%
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"
(
call
python
v8
\build\gyp_v8
RMDIR
"win_32"
/S /Q
call
.\change_projects.bat
)
md
win_32
md
win_32
\debug
md
win_32
\release
call
python
v8
\build\gyp_v8
cd
"
%SCRIPTPATH%
v8\tools\gyp"
call
.\change_projects.bat
cd
"
%SCRIPTPATH%
v8\tools\gyp"
call
devenv
v8
.sln
/Rebuild
"Release"
call
devenv
v8
.sln
/Rebuild
"Debug"
call
devenv
v8
.sln
/Rebuild
"Release"
cd
"
%SCRIPTPATH%
"
call
devenv
v8
.sln
/Rebuild
"Debug"
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\Debug\lib\*"
"win_32\debug\"
XCOPY
/Y
"v8\build\Release\icudt.dll"
"win_32\release\"
XCOPY
/Y
"v8\build\Debug\icudt.dll"
"win_32\debug\"
)
XCOPY
/Y
"v8\build\Debug\lib\*"
"win_32\debug\"
if
not
exist
"win_64"
(
XCOPY
/Y
"v8\build\Debug\icudt.dll"
"win_32\debug\
"
echo
"building x64... -------------------------------------------
"
echo
"building x64... -------------------------------------------"
md
win_64
md
win_64
\debug
md
win_64
\release
if
exist
"win_64"
(
call
python
v8
\build\gyp_v8
-Dtarget
_arch
=
x64
RMDIR
"win_64"
/S /Q
call
.\change_projects.bat
)
md
win_64
md
win_64
\debug
md
win_64
\release
call
python
v8
\build\gyp_v8
-Dtarget
_arch
=
x64
cd
"
%SCRIPTPATH%
v8\tools\gyp"
call
.\change_projects.bat
cd
"
%SCRIPTPATH%
v8\tools\gyp"
call
devenv
v8
.sln
/Rebuild
"Release"
call
devenv
v8
.sln
/Rebuild
"Debug"
call
devenv
v8
.sln
/Rebuild
"Release"
cd
"
%SCRIPTPATH%
"
call
devenv
v8
.sln
/Rebuild
"Debug"
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\Debug\lib\*"
"win_64\debug\"
XCOPY
/Y
"v8\build\Release\icudt.dll"
"win_64\release\"
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\"
Common/3dParty/v8/fetch.bat
View file @
1f3cf313
...
@@ -5,7 +5,7 @@ if exist "depot_tools" (
...
@@ -5,7 +5,7 @@ if exist "depot_tools" (
echo
"depot_tools already fetched"
echo
"depot_tools already fetched"
)
else
(
)
else
(
call
git
clone
https
://chromium.googlesource.com/chromium/tools/depot_tools.git
call
git
clone
https
://chromium.googlesource.com/chromium/tools/depot_tools.git
call
powershell
-File
.\fix
-
gclient
.ps1
call
powershell
-File
.\fix
-
depot
_tools
.ps1
)
)
SET
PATH
=
%SCRIPTPATH%
depot_tools
;
%SCRIPTPATH%
depot_tools
\python276_bin
;
%PATH%
SET
PATH
=
%SCRIPTPATH%
depot_tools
;
%SCRIPTPATH%
depot_tools
\python276_bin
;
%PATH%
...
...
Common/3dParty/v8/fix-
gclient
.ps1
→
Common/3dParty/v8/fix-
depot_tools
.ps1
View file @
1f3cf313
File moved
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