summaryrefslogtreecommitdiff
path: root/l10ntools/Executable_ulfex.mk
blob: dd4c3181b93a0c11de96120844985c8eb5cc82fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# -*- 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,ulfex))

$(eval $(call gb_Executable_set_include,ulfex,\
    -I$(SRCDIR)/l10ntools/inc \
    $$(INCLUDE) \
))

$(eval $(call gb_Executable_use_libraries,ulfex,\
    sal \
))

$(eval $(call gb_Executable_use_static_libraries,ulfex,\
    transex \
))

$(eval $(call gb_Executable_add_exception_objects,ulfex,\
    l10ntools/source/lngmerge \
    l10ntools/source/lngex \
))

$(eval $(call gb_Executable_use_externals,ulfex,\
    boost_headers \
    libxml2 \
))

# vim:set noet sw=4 ts=4:
ce?h=feature/cib_contract49d&id=9c9a7fa814c276dcd6ba1c18023d17c3e5a0745b'>tdf#46950 Allow intra-word right double quotation markJonathan Clark 2024-07-08tdf#161737 i18npool: fix bad word selection with NNBSPLászló Németh 2024-07-08tdf#161737 i18npool: fix fake spelling alarms with NNBSPLászló Németh 2024-07-08tdf#138258 i18npool: allow ASCII double quote to match typographic quoteLászló Németh 2024-06-01tdf#161288 Traditional Chinese minus character is U+8CA0(負), not U+5069(偩)Jeff Huang 2024-05-16Fix typoAndrea Gelmini 2024-05-16Fix typo in codeAndrea Gelmini 2024-05-16Fix typoAndrea Gelmini 2024-05-16Fix typoAndrea Gelmini 2024-05-15use more officecfg in DefaultNumberingProviderNoel Grandin 2024-05-09tdf#49885 BreakIterator rule upgradesJonathan Clark 2024-05-09loplugin:ostr in i18npoolNoel Grandin 2024-05-03tdf#49885 Updated CJK BreakIterator to use ICUJonathan Clark 2024-05-02i18npoool : use rtl::isAsciiDigit instead of local isnumberArnaud VERSINI 2024-05-01WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara 2024-04-30Drop some uses of css::uno::Sequence::getConstArray ...Mike Kaganski 2024-04-29tdf#147021 : use std::size instead of SAL_N_ELEMENTS in generated code tooArnaud VERSINI 2024-04-29i18npool : remove useless stdio include generationArnaud VERSINI 2024-04-28Extended loplugin:ostr manual changesStephan Bergmann 2024-04-24Resolves: tdf#159829 DecimalSeparator '.' period, ThousandSeparator ',' commaEike Rathke 2024-04-21i18npool : limit string comparison using an enum classArnaud VERSINI 2024-04-20tdf#49885 Removed custom Thai BreakIteratorJonathan Clark 2024-04-17tdf#49885 Reviewed BreakIterator customizationsJonathan Clark 2024-04-14Correct {bg-BG} formats with group separatorEike Rathke 2024-04-12tdf#147021 Replace SAL_N_ELEMENTS with std::sizeAshwani5009 2024-04-08i18npool : use OUString literalArnaud VERSINI 2024-04-03i18npool : use OUString literal for XInterface implementationArnaud VERSINI 2024-04-02tdf#146619 Drop unused 'using namespace' in: i18npool/Gabor Kelemen 2024-02-23SAL_CALL is not necessary hereNoel Grandin 2024-02-20SAL_CALL is not necessary hereNoel Grandin 2024-02-20fix Windows buildNoel Grandin 2024-02-19merge textconv_dict into i18npoolNoel Grandin 2024-02-15merge index_data into i18npoolNoel Grandin 2024-02-14rename some of the collator function symbolsNoel Grandin 2024-02-09use more SAL_MODULENAME macroNoel Grandin