# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Executable_Executable,gtktiledviewer)) $(eval $(call gb_Executable_set_include,gtktiledviewer,\ $$(INCLUDE) \ -I$(SRCDIR)/desktop/inc \ )) $(eval $(call gb_Executable_use_externals,gtktiledviewer,\ gtk \ )) $(eval $(call gb_Executable_use_libraries,gtktiledviewer,\ libreofficekitgtk \ )) $(eval $(call gb_Executable_add_libs,gtktiledviewer,\ -lX11 \ -lXext \ -lXrender \ -lSM \ -lICE \ )) ifeq ($(OS),LINUX) $(eval $(call gb_Executable_add_libs,gtktiledviewer,\ -lm \ -ldl \ -lpthread \ )) endif $(eval $(call gb_Executable_add_exception_objects,gtktiledviewer,\ libreofficekit/qa/gtktiledviewer/gtktiledviewer \ )) # vim: set noet sw=4 ts=4: 7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/emfio
AgeCommit message (Expand)Author
2020-05-30tdf#133448 tdf#133435 ignore broken rectangles so can we load dodgy EMF/WMFNoel Grandin
2020-05-29loplugin:simplifybool in dbaccess..frameworkNoel Grandin
2020-05-08compact namespace in editeng..extensionsNoel Grandin
2020-05-07fix memory leak of xmlDoc objectsNoel Grandin
2020-04-27Extract getting default locale for filters into separate unotools functionMike Kaganski
2020-04-27Don't convert OUString to char*Mike Kaganski
2020-04-16fixes for code creating reversed RectanglesNoel Grandin
2020-04-14loplugin:flatten in embeddedobj,emfioNoel Grandin
2020-03-23make more classes private in mergedlibs modeNoel Grandin
2020-03-16tdf#124424 EMF+ Extend test options of SvgLinearGradientPrimitive2DBartosz Kosiorek
2020-03-15tdf#124424 EMF+ Add tests for LinearGradientBartosz Kosiorek
2020-03-12comparison operators should be constNoel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-16clang-format c*,d*,e* with under 5-percent lines of changeMuhammet Kara
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-20fix constants according to [MS-EMF] 2.1.10Andras Timar
2020-01-15tweak GetBitmap methods in BitmapExNoel Grandin
2020-01-14loplugin:finalclasses in basic..emfioNoel Grandin
2020-01-10use more std::make_sharedNoel Grandin