win/aarch64: fix offset loading simple values into the registers
[LibreOffice.git] / i18npool / Library_textconv_dict.mk
blobf9cc2ef2ee6cbdfe02ff3db2064954570d49d9ac
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,textconv_dict))
12 $(eval $(call gb_Library_set_plugin_for_nodep,textconv_dict,i18npool))
14 $(eval $(call gb_Library_set_include,textconv_dict,\
15 $$(INCLUDE) \
16 -I$(SRCDIR)/i18npool/inc \
19 $(eval $(call gb_Library_use_sdk_api,textconv_dict))
21 $(eval $(call gb_Library_use_libraries,textconv_dict,\
22 sal \
23 cppu \
24 cppuhelper \
27 $(eval $(call gb_Library_add_generated_exception_objects,textconv_dict,\
28 $(foreach txt,$(wildcard $(SRCDIR)/i18npool/source/textconversion/data/*.dic),\
29 CustomTarget/i18npool/textconversion/$(notdir $(basename $(txt)))) \
32 # vim: set noet sw=4 ts=4: