summaryrefslogtreecommitdiff
path: root/odk/Package_cli.mk
blob: bbb3c859abdd85f1ede39f566a69aa0e716a83e7 (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_Package_Package,odk_cli,$(OUTDIR)/bin))

$(eval $(call gb_Package_set_outdir,odk_cli,$(INSTDIR)))

$(eval $(call gb_Package_add_files,odk_cli,$(gb_Package_SDKDIRNAME)/cli,\
	cli_basetypes.dll \
	cli_cppuhelper.dll \
	cli_oootypes.dll \
	cli_ure.dll \
	cli_uretypes.dll \
))

# vim: set noet sw=4 ts=4:
763a333bbbfe115d09e1b5cd8849675'>loplugin:constfields in scNoel Grandin 2018-06-17tdf#42949 Fix IWYU warnings in sc/inc/P*Gabor Kelemen 2017-05-03simplify filling of categories in pivot table data providerTomaž Vajngerl 2017-05-01tdf#107145 display applied filters for page field in pivot chartTomaž Vajngerl 2017-04-29tdf#107097 invoke internal DP and correctly handle "range" namesTomaž Vajngerl 2017-04-24preserve "Total" label on round-trip, remove code duplicationTomaž Vajngerl 2017-04-05-Werror,-Wunused-private-fieldStephan Bergmann 2017-04-04tdf#83257 [API-CHANGE] Pivot chart implementationTomaž Vajngerl