summaryrefslogtreecommitdiff
path: root/ucb/Library_srtrs1.mk
blob: 9aefed2c8aa4591525b0fae0ca738de0e5ee1b62 (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
# -*- 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_Library_Library,srtrs1))

$(eval $(call gb_Library_set_componentfile,srtrs1,ucb/source/sorter/srtrs1))

$(eval $(call gb_Library_use_external,srtrs1,boost_headers))

$(eval $(call gb_Library_use_sdk_api,srtrs1))

$(eval $(call gb_Library_use_libraries,srtrs1,\
	comphelper \
	cppu \
	cppuhelper \
	sal \
	ucbhelper \
))

$(eval $(call gb_Library_add_exception_objects,srtrs1,\
	ucb/source/sorter/sortdynres \
	ucb/source/sorter/sortmain \
	ucb/source/sorter/sortresult \
))

# vim: set noet sw=4 ts=4:
1-01-01 18:03:00 +0100'>2021-01-01Use Unicode paths on Windows for pyunoMike Kaganski 2021-01-01UTF8 is not ASCIIMike Kaganski 2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann 2020-12-19tdf#138987 pyuno: PyEval_InitThreads is a no-op in Python 3.9David Ostrovsky 2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann 2020-12-07Wrap "open" into "with"Mike Kaganski 2020-12-04Fix ResourceWarning in pythonloader.pyJulien Nabet 2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen 2020-11-06Revert "loplugin:stringbuffer"Noel Grandin 2020-11-06loplugin:stringbufferNoel 2020-11-05loplugin:reducevarscope in pyunoNoel