summaryrefslogtreecommitdiff
path: root/odk/Package_settings.mk
blob: 74fc071b1d2be07cd490cf8d0e636357183bfb55 (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_settings,$(SRCDIR)/odk/settings))

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

$(eval $(call gb_Package_add_files,odk_settings,$(SDKDIRNAME)/settings,\
	$(if $(filter WNT,$(OS)),component.uno.def) \
	platform.mk \
	settings.mk \
	std.mk \
	stdtarget.mk \
))

# vim: set noet sw=4 ts=4:
-only) UpgradeCode from setup.ini and version.iniStephan Bergmann 2024-01-22Remove (Windows-only) ProductCode from setup.ini and version.iniStephan Bergmann 2024-01-22Remove (Windows-only) MsiProductVersion from version.iniStephan Bergmann 2024-01-10add Armenian (hy) language packChristian Lohmaier 2023-12-22Fix Windows MSI custom action for --enable-online-update-marStephan Bergmann 2023-12-21Windows MSI custom action for --enable-online-update-marStephan Bergmann 2023-11-11On Linux dictionaries are packaged separatelyAndras Timar 2023-01-27Remove support for AIXStephan Bergmann 2022-11-11Fix VS2022 MSMs detectionMike Kaganski 2022-11-07Match conditionals in dictionaries/Module_dictionaries.mkTor Lillqvist 2022-10-01tdf#132576 Remove unused template categoriesRafael Lima 2022-08-27Add Persian (fa-IR) dictionary to installsetAron Budea 2022-06-04ScriptForge - New 'UnitTest' service for BasicJean-Pierre Ledure 2022-05-18tdf#149106 Remove RenamePrgFolder and RemovePrgFolder custom msi actionsSamuel Mehrbrodt 2022-02-19Fix "Adding Central Kurdish(ckb) Spell Checker & Dictionary"Julien Nabet 2022-02-14Adding Central Kurdish(ckb) Spell Checker & DictionaryOlivier Hallot 2021-10-15ScriptForge - new SFWidgets library, new PopupMenu serviceJean-Pierre Ledure 2021-08-23tdf#144031: fix description of STR_DESC_MODULE_LANGPACK_PT_BRJulien Nabet 2021-06-22configure: Improve help-options handlingJan-Marek Glogowski