summaryrefslogtreecommitdiff
path: root/nss/Module_nss.mk
blob: c1619ffb14d3dbf5d2314b69ad6e79da1fcfb2b4 (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_Module_Module,nss))

ifeq ($(SYSTEM_NSS),NO)
ifeq ($(filter ANDROID IOS,$(OS)),)
$(eval $(call gb_Module_add_targets,nss,\
	UnpackedTarball_nss \
	ExternalPackage_nss \
	ExternalProject_nss \
))
endif
endif

# vim: set noet sw=4 ts=4:
857ca2323803904280a'>User interface languages: At least one is requiredSamuel Mehrbrodt 2019-08-06Fix some windows installer's dialog new fonts problemRoman Kuznetsov 2019-06-27tdf#99891 Update installer fonts to match newer versions of WindowsRoman Kuznetsov 2018-12-24tdf#122302: Set status message when installing KB2999226Mike Kaganski 2018-12-16tdf#121987 follow-up: never fail MSU install; warn instead.Mike Kaganski 2018-11-09Related: tdf#121134: Changing http to https where possibleSophia Schröder 2018-08-04Use proper Windows terminology hereAdolfo Jayme Barrientos 2018-04-17Remove dummy "Support help number" under Windows' "Apps and Features"dennisroczek 2018-04-12tdf#108580 related: check for Windows 8.1 April 2014 update rollupMike Kaganski 2018-01-23Revert "Windows installer: Use blank phone # instead of x-xxx-xxx-xxx"Samuel Mehrbrodt 2018-01-22Windows installer: Use blank phone # instead of x-xxx-xxx-xxxSamuel Mehrbrodt 2017-09-13Removed quotation marks that destroyed some strings for Pootle exportMatthias Seidel 2017-08-25Deleted whitespaceMatthias Seidel 2016-08-17tdf#69066: use Restart Manager to restart processes during installationMike Kaganski 2016-01-05tdf#96636 - Text "Removing files" during installation is confusing..Cor Nouws 2015-04-10Windows installer: remove unused stringAndras Timar 2015-04-10Don't try to install LibreOffice on XP, if it was built with SDK 8.x or higherAndras Timar 2014-06-22fdo#80332 remove "Support assistive technology tools" checkbox from installerAndras Timar