tdf#160827: fix crash when retrieving _MarkAsFinal value (docx)
[LibreOffice.git] / Library_merged.mk
blob843dcb0582454a68980868b160d11c00189c4000
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Library_Library,merged))
13 # gb_MERGEDLIBS is defined in solenv/gbuild/extensions/pre_MergedLibsList.mk
14 $(eval $(call gb_Library_use_library_objects,merged,\
15 $(gb_MERGEDLIBS) \
18 $(eval $(call gb_Library_use_libraries,merged,\
19 cppu \
20 cppuhelper \
21 i18nlangtag \
22 $(if $(ENABLE_JAVA), \
23 jvmaccess \
24 jvmfwk) \
25 sal \
26 salhelper \
27 xmlreader \
30 ifeq ($(OS),WNT)
31 # prevent warning spamming
32 $(eval $(call gb_Library_add_ldflags,merged,\
33 /ignore:4049 \
34 /ignore:4217 \
36 # cursors
37 $(eval $(call gb_Library_add_nativeres,merged,vcl/salsrc))
38 endif
40 ifeq ($(OS),MACOSX)
41 $(eval $(call gb_Library_use_libraries,merged,\
42 AppleRemote \
44 endif
46 # vim: set noet sw=4 ts=4: