Resolves tdf#72152: respect page orientation of Calc files in recent docs
[LibreOffice.git] / i18nlangtag / Library_i18nlangtag.mk
blob30b6e012ab122018f2aa09bf5b8d4eef4d1fdc58
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Library_Library,i18nlangtag))
12 $(eval $(call gb_Library_use_sdk_api,i18nlangtag))
14 $(eval $(call gb_Library_add_defs,i18nlangtag,\
15 -DI18NLANGTAG_DLLIMPLEMENTATION \
18 $(eval $(call gb_Library_use_libraries,i18nlangtag,\
19 sal \
20 $(gb_UWINAPI) \
23 $(eval $(call gb_Library_use_externals,i18nlangtag,\
24 boost_headers \
25 icu_headers \
26 icuuc \
29 $(eval $(call gb_Library_add_exception_objects,i18nlangtag,\
30 i18nlangtag/source/isolang/insys \
31 i18nlangtag/source/isolang/isolang \
32 i18nlangtag/source/isolang/mslangid \
33 i18nlangtag/source/languagetag/languagetag \
34 i18nlangtag/source/languagetag/languagetagicu \
38 ifeq ($(ENABLE_LIBLANGTAG),TRUE)
39 $(eval $(call gb_Library_add_defs,i18nlangtag,-DENABLE_LIBLANGTAG))
40 $(eval $(call gb_Library_use_external,i18nlangtag,liblangtag))
41 $(eval $(call gb_Library_use_external,i18nlangtag,libxml2))
42 $(eval $(call gb_Library_use_system_win32_libs,i18nlangtag,\
43 $(if $(filter $(COM),MSC), \
44 kernel32 \
45 ) \
47 endif
49 # vim: set noet sw=4 ts=4: