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
caa94587
Commit
caa94587
authored
May 23, 2016
by
Alexey.Golubev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed the libascdocumentcore project location.
parent
988aa4b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Makefile
Makefile
+4
-2
No files found.
Makefile
View file @
caa94587
...
...
@@ -79,7 +79,7 @@ DJVUFILE_PRO := $(abspath DjVuFile/DjVuFile.pro)
XPSFILE_PRO
:=
$(
abspath
XpsFile/XpsFile.pro
)
HTMLFILE_PRO
:=
$(
abspath
HtmlFile/HtmlFile.pro
)
UNICODECONVERTER_PRO
:=
$(
abspath
UnicodeConverter/UnicodeConverter.pro
)
ASCDOCUMENTSCORE_PRO
:=
$(
abspath
DesktopEditor/ChromiumBasedEditors2/lib/AscDocumentsCore_linux.pro
)
ASCDOCUMENTSCORE_PRO
:=
$(
abspath
../core-ext/
DesktopEditor/ChromiumBasedEditors2/lib/AscDocumentsCore_linux.pro
)
LIBXML_PRO
:=
$(
abspath
DesktopEditor/xml/build/qt/libxml2.pro
)
LICENSEMANAGER_PRO
:=
$(
abspath
LicenceManager/linux/LicenseManager.pro
)
...
...
@@ -199,7 +199,9 @@ all: lib bin
bin
:
$(X2T) $(ALLFONTSGEN) $(HTMLFILEINTERNAL)
lib
:
$(ASCDOCUMENTSCORE) $(PDFWRITER) $(DOCTRENDERER) $(HTMLRENDERER) $(PDFREADER) $(DJVUFILE) $(XPSFILE) $(HTMLFILE) $(UNICODECONVERTER)
lib
:
$(PDFWRITER) $(DOCTRENDERER) $(HTMLRENDERER) $(PDFREADER) $(DJVUFILE) $(XPSFILE) $(HTMLFILE) $(UNICODECONVERTER)
ext
:
$(ASCDOCUMENTSCORE)
$(foreach
proj,
$(QT_PROJ),
$(eval
$(call
build_proj_tmpl,
$(proj))))
...
...
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