summaryrefslogtreecommitdiff
path: root/stoc/Library_bootstrap.mk
blob: 1080cc95e4314c8a69e45cedf76805b223d9a936 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# -*- 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,bootstrap))

ifneq ($(debug),)

$(eval $(call gb_Library_add_defs,bootstrap,\
    $(if $(diag),\
        $(if $(filter $(diag),cache full),-D__CACHE_DIAGNOSE) \
        $(if $(filter-out $(diag),cache),-D__DIAGNOSE)) \
))

endif

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

$(eval $(call gb_Library_use_internal_bootstrap_api,bootstrap,\
    udkapi \
))

$(eval $(call gb_Library_use_libraries,bootstrap,\
    cppu \
    cppuhelper \
    reg \
    sal \
    salhelper \
	$(gb_UWINAPI) \
))

$(eval $(call gb_Library_set_componentfile,bootstrap,stoc/util/bootstrap))

$(eval $(call gb_Library_add_exception_objects,bootstrap,\
    stoc/source/defaultregistry/defaultregistry \
    stoc/source/implementationregistration/implreg \
    stoc/source/implementationregistration/mergekeys \
    stoc/source/loader/dllcomponentloader \
    stoc/source/security/access_controller \
    stoc/source/security/file_policy \
    stoc/source/security/permissions \
    stoc/source/servicemanager/servicemanager \
    stoc/source/simpleregistry/simpleregistry \
))

# vim:set noet sw=4 ts=4:
7-1&id=7591ef66c6de25762d85e45365e598ff586df65c'>crash in manage languages in basic ideCaolán McNamara 2019-10-01add activates_default to GtkEntries in dialogsCaolán McNamara 2019-09-23Resolves tdf#127400 - Allow to show tip of the day againHeiko Tietze 2019-07-24"Basic macros" instead of "$Productname Basic macros"Samuel Mehrbrodt 2019-06-12weld OrganizeDialogCaolán McNamara 2019-04-06weld OTableSubscriptionPageCaolán McNamara 2019-03-24Make some .ui strings translatable / not translatableGabor Kelemen 2019-03-13Resolves: tdf#124028 dangling "completion" entries block responsesCaolán McNamara 2019-03-11i#119731 Hyperlink Control on dialog EditorShubham Goyal 2019-03-08tdf#53524 Create UNO grid control- dialog editorShubham Goyal 2019-02-07weld ManageLanguageDialogCaolán McNamara 2019-02-07weld ManageLanguageDialogCaolán McNamara 2019-02-07weld LibDialogCaolán McNamara 2019-01-21Resolves: tdf#122484 replace gtk autocomplete with vcl-alike autoselectCaolán McNamara 2018-11-21weld SwCondCollPageCaolán McNamara 2018-11-19weld TreeViewCaolán McNamara 2018-11-07move SvTreeListBox to vclCaolán McNamara 2018-10-16Related: tdf#120612 help response missing from other help buttonsCaolán McNamara 2018-10-09tdf#120264 - Access to "Get Involved"heiko tietze 2018-10-02make all notebooks scrollable and enable_popupCaolán McNamara 2018-09-24Resolves: tdf#119624 stray image_position bottom for some icons in buttonsCaolán McNamara 2018-09-20weld BreakPointDialogCaolán McNamara 2018-06-20menubar basic: update menubar according swriterandreas kainz 2018-06-14menubar: update basic/macro menubarandreas kainz 2018-05-23toolbar:id is not valid attribute of toolbar:toolbarChristian Lohmaier 2018-05-14weld ExportDialogCaolán McNamara