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
fbcae868
Commit
fbcae868
authored
Jul 20, 2016
by
Oleg Korshul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correct scripts
parent
341bcfa7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
12 deletions
+8
-12
Common/3dParty/boost/fetch.bat
Common/3dParty/boost/fetch.bat
+0
-2
Common/3dParty/icu/fetch.bat
Common/3dParty/icu/fetch.bat
+8
-10
No files found.
Common/3dParty/boost/fetch.bat
View file @
fbcae868
...
...
@@ -18,5 +18,3 @@ if exist "%SCRIPTPATH%boost_1_58_0/" (
)
else
(
call
%UNSIP_PROGRAMM%
x
"
%SCRIPTPATH%
/boost_1_58_0.7z"
-o
"
%SCRIPTPATH%
/"
)
pause
\ No newline at end of file
Common/3dParty/icu/fetch.bat
View file @
fbcae868
...
...
@@ -39,15 +39,13 @@ if exist "%SCRIPTPATH%%platform%\icu\" (
)
if
"
%platform%
"
==
"win_64"
(
XCOPY
"
%SCRIPTPATH%%
platform
%
\icu\bin64\icudt55.dll"
"
%SCRIPTPATH%%
platform
%
\build\
icudt55.dll
"
XCOPY
"
%SCRIPTPATH%%
platform
%
\icu\bin64\icuuc55.dll"
"
%SCRIPTPATH%%
platform
%
\build\
icuuc55.dll
"
XCOPY
"
%SCRIPTPATH%%
platform
%
\icu\lib64\icudt.lib"
"
%SCRIPTPATH%%
platform
%
\build\
icudt.lib
"
XCOPY
"
%SCRIPTPATH%%
platform
%
\icu\lib64\icuuc.lib"
"
%SCRIPTPATH%%
platform
%
\build\
icuuc.lib
"
XCOPY
"
%SCRIPTPATH%%
platform
%
\icu\bin64\icudt55.dll"
"
%SCRIPTPATH%%
platform
%
\build\"
XCOPY
"
%SCRIPTPATH%%
platform
%
\icu\bin64\icuuc55.dll"
"
%SCRIPTPATH%%
platform
%
\build\"
XCOPY
"
%SCRIPTPATH%%
platform
%
\icu\lib64\icudt.lib"
"
%SCRIPTPATH%%
platform
%
\build\"
XCOPY
"
%SCRIPTPATH%%
platform
%
\icu\lib64\icuuc.lib"
"
%SCRIPTPATH%%
platform
%
\build\"
)
else
(
XCOPY
"
%SCRIPTPATH%%
platform
%
\icu\bin\icudt55.dll"
"
%SCRIPTPATH%%
platform
%
\build\
icudt55.dll
"
XCOPY
"
%SCRIPTPATH%%
platform
%
\icu\bin\icuuc55.dll"
"
%SCRIPTPATH%%
platform
%
\build\
icuuc55.dll
"
XCOPY
"
%SCRIPTPATH%%
platform
%
\icu\lib\icudt.lib"
"
%SCRIPTPATH%%
platform
%
\build\
icudt.lib
"
XCOPY
"
%SCRIPTPATH%%
platform
%
\icu\lib\icuuc.lib"
"
%SCRIPTPATH%%
platform
%
\build\
icuuc.lib
"
XCOPY
"
%SCRIPTPATH%%
platform
%
\icu\bin\icudt55.dll"
"
%SCRIPTPATH%%
platform
%
\build\"
XCOPY
"
%SCRIPTPATH%%
platform
%
\icu\bin\icuuc55.dll"
"
%SCRIPTPATH%%
platform
%
\build\"
XCOPY
"
%SCRIPTPATH%%
platform
%
\icu\lib\icudt.lib"
"
%SCRIPTPATH%%
platform
%
\build\"
XCOPY
"
%SCRIPTPATH%%
platform
%
\icu\lib\icuuc.lib"
"
%SCRIPTPATH%%
platform
%
\build\"
)
pause
\ 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