Commit 81c1d7ee authored by Alexey.Golubev's avatar Alexey.Golubev

Changed the project location.

parent 20edef65
......@@ -57,7 +57,7 @@ TARGETS += $(LIBXML)
TARGETS += $(LICENSEMANAGER)
X2T_PRO := $(abspath X2tConverter/build/Qt/X2tSLN.pro)
HTMLFILEINTERNAL_PRO := $(abspath HtmlFile/Internal/Internal.pro)
HTMLFILEINTERNAL_PRO := $(abspath ../core-ext/HtmlFile/Internal/Internal.pro)
ALLFONTSGEN_PRO := $(abspath DesktopEditor/AllFontsGen/AllFontsGen.pro)
XLSFORMATLIB_PRO := $(abspath ASCOfficeXlsFile2/source/linux/XlsFormatLib.pro)
ODFFILEWRITERLIB_PRO := $(abspath ASCOfficeOdfFileW/linux/OdfFileWriterLib.pro)
......@@ -197,11 +197,11 @@ endef
all: lib bin
bin: $(X2T) $(ALLFONTSGEN) $(HTMLFILEINTERNAL)
bin: $(X2T) $(ALLFONTSGEN)
lib: $(PDFWRITER) $(DOCTRENDERER) $(HTMLRENDERER) $(PDFREADER) $(DJVUFILE) $(XPSFILE) $(HTMLFILE) $(UNICODECONVERTER)
ext: $(ASCDOCUMENTSCORE)
ext: $(ASCDOCUMENTSCORE) $(HTMLFILEINTERNAL)
$(foreach proj, $(QT_PROJ), $(eval $(call build_proj_tmpl, $(proj))))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment