office-gobmx/i18npool/Library_localedata_es.mk
Stephan Bergmann 812a5785ba Link Library_localedata_es against sal
<https://ci.libreoffice.org//job/lo_win_daily_symbols/1147/> etc. recently
started to fail with

> localedata_es_AR.o : error LNK2001: unresolved external symbol __imp__rtl_uString_release
> C:\cygwin64\home\tdf\lode\jenkins\workspace\lo_win_daily_symbols\instdir\program\localedata_es.dll : fatal error LNK1120: 1 unresolved externals
> touch: failed to get attributes of 'C:/cygwin64/home/tdf/lode/jenkins/workspace/lo_win_daily_symbols/instdir/program/localedata_es.dll': No such file or directory
> make[1]: *** [C:/cygwin64/home/tdf/lode/jenkins/workspace/lo_win_daily_symbols/i18npool/Library_localedata_es.mk:10: C:/cygwin64/home/tdf/lode/jenkins/workspace/lo_win_daily_symbols/instdir/program/localedata_es.dll] Error 96

Change-Id: I8a6ef646df1fd8d26f3a8b2f84b098f9971ace2b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158226
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2023-10-20 11:11:38 +02:00

43 lines
1.7 KiB
Makefile

# -*- 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,localedata_es))
$(eval $(call gb_Library_set_plugin_for_nodep,localedata_es,i18npool))
$(eval $(call gb_Library_use_libraries,localedata_es,\
localedata_en \
sal \
))
$(eval $(call gb_Library_add_generated_exception_objects,localedata_es,\
CustomTarget/i18npool/localedata/localedata_es_AR \
CustomTarget/i18npool/localedata/localedata_es_BO \
CustomTarget/i18npool/localedata/localedata_es_CL \
CustomTarget/i18npool/localedata/localedata_es_CO \
CustomTarget/i18npool/localedata/localedata_es_CR \
CustomTarget/i18npool/localedata/localedata_es_DO \
CustomTarget/i18npool/localedata/localedata_es_EC \
CustomTarget/i18npool/localedata/localedata_es_ES \
CustomTarget/i18npool/localedata/localedata_es_GT \
CustomTarget/i18npool/localedata/localedata_es_HN \
CustomTarget/i18npool/localedata/localedata_es_MX \
CustomTarget/i18npool/localedata/localedata_es_NI \
CustomTarget/i18npool/localedata/localedata_es_PA \
CustomTarget/i18npool/localedata/localedata_es_PE \
CustomTarget/i18npool/localedata/localedata_es_PR \
CustomTarget/i18npool/localedata/localedata_es_PY \
CustomTarget/i18npool/localedata/localedata_es_SV \
CustomTarget/i18npool/localedata/localedata_es_UY \
CustomTarget/i18npool/localedata/localedata_es_VE \
CustomTarget/i18npool/localedata/localedata_gl_ES \
CustomTarget/i18npool/localedata/localedata_oc_ES_aranes \
))
# vim: set noet sw=4 ts=4: