summaryrefslogtreecommitdiff
path: root/ure/Package_install.mk
blob: e8b6515fdf10c384c177dab51d33d0938ea88c8f (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,ure_install,$(SRCDIR)/ure/source))

ifneq (,$(filter-out MACOSX WNT,$(OS)))
$(eval $(call gb_Package_add_file,ure_install,$(LIBO_URE_BIN_FOLDER)/uno,uno))
endif

ifeq (MACOSX,$(OS))
ifneq ($(ENABLE_MACOSX_SANDBOX),TRUE)
$(eval $(call gb_Package_add_symbolic_link,ure_install,MacOS/urelibs,../Frameworks))
endif
endif

# vim:set noet sw=4 ts=4:
entsStephan Bergmann 2014-01-27fdo#74119 fix unlocalized redline menuAndras Timar 2014-01-10sal_Bool -> boolStephan Bergmann 2014-01-06Transex3: modify src list localization/merge partZolnai Tamás 2013-12-27Transex3: modify list localization/export partZolnai Tamás 2013-12-27Transex3: Simplify members for listsZolnai Tamás 2013-12-27Transex3: NO_LOCALIZE_EXPORTZolnai Tamás 2013-12-27Transex3: some string optimizationZolnai Tamás 2013-12-27Transex3: no need to check whether a lang occurs twiceZolnai Tamás 2013-12-27Transex3: remove unused sLastTextType memberZolnai Tamás 2013-12-27Transex3: remove obsolete textrefidZolnai Tamás 2013-12-27Transex3: sHelpId is assigned but never usedZolnai Tamás 2013-12-27Transex3: remove unused text typesZolnai Tamás 2013-12-27Transex3: remove obsolete HelpTextZolnai Tamás 2013-12-27Transex3: UIEntries list type is unusedZolnai Tamás 2013-12-27Transex3: bDontWriteOutput is assigend but never usedZolnai Tamás 2013-12-27Transex3: remove not parsed tokensZolnai Tamás 2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa 2013-12-11Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'Caolán McNamara 2013-12-09Convert chart::InsertTitleDlg to .uiLaurent Balland-Poirier 2013-12-02fdo#71056 add <sup> to list of inline help XML tagsAndras Timar 2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::equalsIgnoreAsciiLNoel Grandin 2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin 2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin 2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin 2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin 2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin 2013-11-18renamed ku* to kmr-Latn*, fdo#63460Eike Rathke 2013-11-17good-bye stringex, you served wellAndras Timar 2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar 2013-11-15qtz handling in ulfexAndras Timar 2013-11-15do not merge translatable="false" strings to Android resourceAndras Timar 2013-11-15do not extract translatable="false" strings from Android resourceAndras Timar 2013-11-05fixincludeguards.sh: l10ntoolsThomas Arnhold 2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin 2013-10-30l10ntools: remove Package_ulfconvMichael Stahl 2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl 2013-10-23convert code to use OUString::endsWithNoel Grandin 2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist