tdf#151548 ContentControls: Add Delete()
[LibreOffice.git] / i18nlangtag / Library_i18nlangtag.mk
bloba68a5940344d604cd06e383055779f91169930be
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 \
22 $(eval $(call gb_Library_use_externals,i18nlangtag,\
23 boost_headers \
24 icu_headers \
25 icuuc \
28 $(eval $(call gb_Library_add_exception_objects,i18nlangtag,\
29 i18nlangtag/source/isolang/insys \
30 i18nlangtag/source/isolang/isolang \
31 i18nlangtag/source/isolang/mslangid \
32 i18nlangtag/source/languagetag/languagetag \
33 i18nlangtag/source/languagetag/languagetagicu \
37 $(eval $(call gb_Library_use_external,i18nlangtag,liblangtag))
38 $(eval $(call gb_Library_use_external,i18nlangtag,libxml2))
39 $(eval $(call gb_Library_use_system_win32_libs,i18nlangtag,\
40 $(if $(filter $(COM),MSC), \
41 kernel32 \
42 ) \
45 # vim: set noet sw=4 ts=4: