summaryrefslogtreecommitdiff
path: root/shell/Library_macbe.mk
blob: c693e1129ff588a700ac03117eac93ee164422d9 (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
34
35
36
37
# -*- 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,macbe1))

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

$(eval $(call gb_Library_use_sdk_api,macbe1))

$(eval $(call gb_Library_use_system_darwin_frameworks,macbe1,\
	Cocoa \
	SystemConfiguration \
))

$(eval $(call gb_Library_use_libraries,macbe1,\
	cppu \
	cppuhelper \
	sal \
))

$(eval $(call gb_Library_set_componentfile,macbe1,shell/source/backends/macbe/macbe1))

$(eval $(call gb_Library_add_objcxxobjects,macbe1,\
    shell/source/backends/macbe/macbackend \
))

$(eval $(call gb_Library_add_exception_objects,macbe1,\
    shell/source/backends/macbe/macbecdef \
))

# vim: set shiftwidth=4 tabstop=4 noexpandtab:
04reduce number of framework librariesNoel Grandin 2020-04-23Drop Macromedia Flash export filterGabor Kelemen 2020-04-23Add config to disable individual infobarsSamuel Mehrbrodt 2020-03-20tdf#130911: convert image-sort from Perl to PythonJussi Pakkanen 2020-03-12Revert "loplugin:constfields in package..registry"Noel Grandin 2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák 2020-02-10android hunspell: Turn on the hunspell build on Android...Jan Holesovsky 2020-02-07Missing test dependenciesStephan Bergmann 2020-02-06gb_CppunitTest__use_java_ure can be private againStephan Bergmann 2020-01-21remove unused GSOC 2005 "Tabbed Document Windows for OOo"Caolán McNamara 2020-01-03Use only the 'MacOSXSpell' component on iOS, not the 'spell' oneTor Lillqvist 2019-12-31tdf#129375: Avoid crash when inserting bibliography entry on iOSTor Lillqvist 2019-12-16Revert "Make font-based unit test depend on instdir fonts"Jan-Marek Glogowski 2019-11-29tdf#128974: TB Addressbook not available directly as existing database (Win)Julien Nabet 2019-11-04Build mysql_jdbc library even when building without javaTamas Bunth 2019-09-06split msi signing from creation to reduce number of singtool callsChristian Lohmaier 2019-08-31[API CHANGE] remove MacroMigrationWizardCaolán McNamara 2019-08-17Simplify Sequence iterations in postprocess..saxArkadiy Illarionov 2019-08-15loplugin:sequenceloop in postprocess..reportdesignNoel Grandin 2019-07-21tdf#125922 rename kde5 to kf5 + plasma5Jan-Marek Glogowski 2019-07-05Make font-based unit test depend on instdir fontsJan-Marek Glogowski 2019-06-07Drop support for gstreamer-0.10Michael Weghorn 2019-05-28tdf#124752: Add system clipboard interface for iOSTor Lillqvist 2019-05-27disable a few failing unit tests in MPLv2 subset (fix mismerge)Andras Timar 2019-05-27disable a few failing unit tests in MPLv2 subsetAndras Timar 2019-04-08Use sort on finds to improve deterministic buildTomáš Chvátal 2019-04-01no need to sign mysql-connector-ooo files, because they no longer exist in LOAndras Timar 2019-03-25tdf#124172: Use the MacOSXSpell library on iOS, tooTor Lillqvist 2019-03-14tdf#112411 Remove all that remains of the More controls toolbarsRoman Kuznetsov 2019-03-13Resolves: tdf#124023 target links.txt not updatedCaolán McNamara 2019-02-10Make LDAP support optionalAndrew Udvare 2019-01-24Clean up dead uses of DISABLE_ATLStephan Bergmann 2018-12-17kde5: remove older kde/tde plugins, and references to thatThorsten Behrens 2018-11-24Build mysql_jdbc library even when building..Tamas Bunth 2018-11-05Package separate SVG icon setsJan-Marek Glogowski 2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl