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
1188d4cd
Commit
1188d4cd
authored
Jul 15, 2016
by
Oleg Korshul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
error
parent
1e3fcb89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
Common/3dParty/icu/fetch.bat
Common/3dParty/icu/fetch.bat
+8
-8
No files found.
Common/3dParty/icu/fetch.bat
View file @
1188d4cd
...
...
@@ -39,15 +39,15 @@ 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\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
"
)
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\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
"
)
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