summaryrefslogtreecommitdiff
path: root/libexttextcat/ExternalPackage_libexttextcat.mk
blob: 781a274adf9b5e1189908c447c3fa842cd465cbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- 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_ExternalPackage_ExternalPackage,libexttextcat,libexttextcat))

ifneq ($(COM),MSC)

$(eval $(call gb_ExternalPackage_use_external_project,libexttextcat,libexttextcat))

$(eval $(call gb_ExternalPackage_add_file,libexttextcat,lib/libexttextcat.a,src/.libs/libexttextcat-1.0.a))
ifeq ($(OS),WNT)
$(eval $(call gb_ExternalPackage_add_file,libexttextcat,bin/libexttextcat.dll,src/.libs/libexttextcat-1.0.dll))
endif

endif
# vim: set noet sw=4 ts=4:
td>Miklos Vajna 2021-01-10fix coverity parse errorsCaolán McNamara 2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann 2020-12-26New loplugin:stringliteralvarStephan Bergmann 2020-11-05clean up some temp files after running testsAndras Timar 2020-08-16Fix typoAndrea Gelmini 2020-08-13Remove some unused includesMiklos Vajna 2020-08-12tdf#135144 xmloff textbox: fix export style name to be consitent with importMiklos Vajna 2020-08-07Fix typosAndrea Gelmini 2020-08-04tdf#130707 xmloff: survive <text:database-display> in editeng textMiklos Vajna 2020-05-27Remove some unused includesMiklos Vajna 2020-05-20tdf#130479 FODG import: fix handling of <draw:fill-image> in stylesMiklos Vajna 2020-05-19xmloff: ODF export: additional ODF 1.3 chart featuresMichael Stahl 2020-05-11Document relation between three lists that must be in syncMike Kaganski 2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin 2020-02-03move some xmloff/ headers inside the moduleNoel Grandin 2019-09-30tdf#42949 Fix IWYU warnings in xmloff/source/[c-m]*/*cxxGabor Kelemen 2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen 2019-01-16New loplugin:emptyStephan Bergmann 2018-10-19loplugin:staticvar in xmloffNoel Grandin 2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen 2018-09-13loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin 2018-04-30loplugin:useuniqueptr in XMLTextParagraphExportNoel Grandin 2018-03-14xmloff: ODF import: improve meta:generator checksMichael Stahl 2017-10-23loplugin:includeform: xmloffStephan Bergmann 2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock 2017-01-06writerperfect, xmloff: fix loplugin:cppunitassertequals warningsMiklos Vajna 2016-10-07xmloff: fix --enable-mergelibs buildMichael Stahl 2016-08-22GSoC - Keeping both token lists in xmloff/ consistent:Mohammed Abdul Azeem 2016-08-19At which point, TokenmapTest::setUp/tearDown are redundant againStephan Bergmann 2016-08-19attempt to fix the xmloff/tokenmap tinderbox failureNoel Grandin 2016-08-18xmloff tokenmap: allocate map on heap instead of as class memberEike Rathke 2016-08-18xmloff tokenmap: do not assume anything did not failEike Rathke 2016-08-17loplugin:staticcallNoel Grandin 2016-08-16GSoC - implement global tokenhandler for odf-tokensDaniel Sikeler 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann