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
cd61b17b
Commit
cd61b17b
authored
Mar 28, 2016
by
ElenaSubbotina
Committed by
Alexander Trofimov
May 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x2t linux build исправления в связи с новой структурой папок
parent
3b28811f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
7 deletions
+19
-7
ASCOfficeOdfFile/linux/OdfFileReaderLib.pro
ASCOfficeOdfFile/linux/OdfFileReaderLib.pro
+12
-2
ASCOfficeXlsFile2/source/linux/XlsFormatLib.pro
ASCOfficeXlsFile2/source/linux/XlsFormatLib.pro
+7
-1
X2tConverter/src/main.cpp
X2tConverter/src/main.cpp
+0
-4
No files found.
ASCOfficeOdfFile/linux/OdfFileReaderLib.pro
View file @
cd61b17b
...
...
@@ -344,7 +344,12 @@ SOURCES += \
SOURCES
+=
\
..
/
formulasconvert
/
formulasconvert_odf
.
cpp
\
..
/
formulasconvert
/
formulasconvert_oox
.
cpp
..
/
formulasconvert
/
formulasconvert_oox
.
cpp
\
..
/
src
/
odf
/
math_elementaries
.
cpp
\
..
/
src
/
odf
/
math_layout_elements
.
cpp
\
..
/
src
/
odf
/
math_limit_elements
.
cpp
\
..
/
src
/
odf
/
math_table_elements
.
cpp
\
..
/
src
/
odf
/
math_token_elements
.
cpp
HEADERS
+=
\
..
/
formulasconvert
/
formulasconvert
.
h
\
...
...
@@ -606,7 +611,12 @@ HEADERS += \
..
/
include
/
cpdoccore
/
xml
/
xmlchar
.
h
\
..
/
include
/
cpdoccore
/
xml
/
xmlelement
.
h
\
..
/
src
/
ConvertOO2OOX
.
h
\
..
/
src
/
odf
/
math_elements
.
h
..
/
src
/
odf
/
math_elements
.
h
\
..
/
src
/
odf
/
math_elementaries
.
h
\
..
/
src
/
odf
/
math_layout_elements
.
h
\
..
/
src
/
odf
/
math_limit_elements
.
h
\
..
/
src
/
odf
/
math_table_elements
.
h
\
..
/
src
/
odf
/
math_token_elements
.
h
unix
{
target
.
path
=
/
usr
/
lib
INSTALLS
+=
target
...
...
ASCOfficeXlsFile2/source/linux/XlsFormatLib.pro
View file @
cd61b17b
...
...
@@ -1772,7 +1772,9 @@ HEADERS += \
..
/
XlsXlsxConverter
/
ConvertShapes
/
XmlWriter
.
h
\
..
/
XlsXlsxConverter
/
ConvertShapes
/
CustomShape
.
h
\
..
/
XlsFormat
/
Logic
/
Biff_structures
/
AFDOperBoolErr
.
h
\
..
/
XlsFormat
/
Logic
/
Biff_structures
/
AFDOperXNum
.
h
..
/
XlsFormat
/
Logic
/
Biff_structures
/
AFDOperXNum
.
h
\
..
/
XlsFormat
/
Logic
/
Biff_unions
/
IMDATAOBJECT
.
h
\
..
/
XlsFormat
/
Logic
/
Biff_records
/
IMDATA
.
h
...
...
@@ -1781,3 +1783,7 @@ unix {
target
.
path
=
/
usr
/
lib
INSTALLS
+=
target
}
SOURCES
+=
\
..
/
XlsFormat
/
Logic
/
Biff_unions
/
IMDATAOBJECT
.
cpp
\
..
/
XlsFormat
/
Logic
/
Biff_records
/
IMDATA
.
cpp
X2tConverter/src/main.cpp
View file @
cd61b17b
...
...
@@ -4,7 +4,6 @@
#include "../../Common/DocxFormat/Source/SystemUtility/FileSystem/Directory.h"
#include "../../DesktopEditor/common/Directory.h"
#include "../../DesktopEditor/doctrenderer/docbuilder.h"
//#include <iostream>
...
...
@@ -414,8 +413,5 @@ int main(int argc, char *argv[])
// delete temp dir
NSDirectory
::
DeleteDirectory
(
sTempDir
);
//clean up v8
NSDoctRenderer
::
CDocBuilder
::
Dispose
();
return
getReturnErrorCode
(
result
);
}
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