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
74d09665
Commit
74d09665
authored
Jul 19, 2016
by
Oleg Korshul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
windows v8 checkout & build worked version
parent
09a61b3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
39 deletions
+8
-39
Common/3dParty/v8/build.bat
Common/3dParty/v8/build.bat
+8
-39
No files found.
Common/3dParty/v8/build.bat
View file @
74d09665
...
...
@@ -6,61 +6,30 @@ SET DEPOT_TOOLS_WIN_TOOLCHAIN=0
SET
GYP_MSVS_VERSION
=
2013
echo
"building x86... -------------------------------------------"
call
python
v8
\build\gyp_v8
call
python
v8
\build\gyp_v8
-Dcomponent
=
shared_library
cd
"
%SCRIPTPATH%
v8\tools\gyp"
call
powershell
-Command
"(gc v8_base_0.vcxproj) -replace '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>', '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>' | Out-File v8_base_0.vcxproj"
call
powershell
-Command
"(gc v8_base_1.vcxproj) -replace '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>', '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>' | Out-File v8_base_1.vcxproj"
call
powershell
-Command
"(gc v8_base_2.vcxproj) -replace '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>', '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>' | Out-File v8_base_2.vcxproj"
call
powershell
-Command
"(gc v8_base_3.vcxproj) -replace '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>', '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>' | Out-File v8_base_3.vcxproj"
call
powershell
-Command
"(gc v8_libbase.vcxproj) -replace '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>', '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>' | Out-File v8_libbase.vcxproj"
call
powershell
-Command
"(gc v8_libplatform.vcxproj) -replace '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>', '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>' | Out-File v8_libplatform.vcxproj"
call
powershell
-Command
"(gc v8_nosnapshot.vcxproj) -replace '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>', '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>' | Out-File v8_nosnapshot.vcxproj"
call
powershell
-Command
"(gc mksnapshot.vcxproj) -replace '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>', '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>' | Out-File mksnapshot.vcxproj"
cd
"
%SCRIPTPATH%
v8\third_party\icu"
call
powershell
-Command
"(gc icui18n.vcxproj) -replace '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>', '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>' | Out-File icui18n.vcxproj"
call
powershell
-Command
"(gc icuuc.vcxproj) -replace '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>', '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>' | Out-File icuuc.vcxproj"
call
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.com"
v8
.sln
/Rebuild
"Release"
cd
"
%SCRIPTPATH%
"
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe"
v8
\tools\gyp\v8.sln
/Rebuild
"Release|Win32"
if
exist
"win_32"
(
RMDIR
"win_32"
/S /Q
)
md
win_32
XCOPY
"
%
v8
\build\Release\lib\*"
"win_32\"
XCOPY
"
%v8
\build\Release\lib
\icudt.dll"
"win_32\icudt.dll"
XCOPY
"v8\build\Release\lib\*"
"win_32\"
XCOPY
"
v8\build\Release
\icudt.dll"
"win_32\icudt.dll"
echo
"building x64... -------------------------------------------"
call
python
v8
\build\gyp_v8
-Dtarget
_arch
=
x64
call
python
v8
\build\gyp_v8
-Dtarget
_arch
=
x64
-Dcomponent
=
shared_library
cd
"
%SCRIPTPATH%
v8\tools\gyp"
powershell
-Command
"(gc v8_base_0.vcxproj) -replace '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>', '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>' | Out-File v8_base_0.vcxproj"
powershell
-Command
"(gc v8_base_1.vcxproj) -replace '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>', '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>' | Out-File v8_base_1.vcxproj"
powershell
-Command
"(gc v8_base_2.vcxproj) -replace '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>', '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>' | Out-File v8_base_2.vcxproj"
powershell
-Command
"(gc v8_base_3.vcxproj) -replace '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>', '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>' | Out-File v8_base_3.vcxproj"
powershell
-Command
"(gc v8_libbase.vcxproj) -replace '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>', '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>' | Out-File v8_libbase.vcxproj"
powershell
-Command
"(gc v8_libplatform.vcxproj) -replace '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>', '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>' | Out-File v8_libplatform.vcxproj"
powershell
-Command
"(gc v8_nosnapshot.vcxproj) -replace '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>', '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>' | Out-File v8_nosnapshot.vcxproj"
powershell
-Command
"(gc mksnapshot.vcxproj) -replace '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>', '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>' | Out-File mksnapshot.vcxproj"
cd
"
%SCRIPTPATH%
v8\third_party\icu"
powershell
-Command
"(gc icui18n.vcxproj) -replace '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>', '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>' | Out-File icui18n.vcxproj"
powershell
-Command
"(gc icuuc.vcxproj) -replace '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>', '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>' | Out-File icuuc.vcxproj"
call
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.com"
v8
.sln
/Rebuild
"Release"
cd
"
%SCRIPTPATH%
"
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe"
v8
\tools\gyp\v8.sln
/Rebuild
"Release|x64"
if
exist
"win_64"
(
RMDIR
"win_64"
/S /Q
)
md
win_64
XCOPY
"
%v8
\build\Release\lib\*"
"win_64\"
XCOPY
"
%v8
\build\Release\lib\icudt.dll"
"win_64\icudt.dll"
\ No newline at end of file
XCOPY
"v8\build\Release\lib\*"
"win_64\"
XCOPY
"v8\build\Release\icudt.dll"
"win_64\icudt.dll"
\ 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