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 # libxml2 is in URE and depends on icuuc*.dll on Windows - extra package needed
11 $(eval
$(call gb_ExternalPackage_ExternalPackage
,icu_ure
,icu
))
13 $(eval
$(call gb_ExternalPackage_use_external_project
,icu_ure
,icu
))
15 ifneq ($(DISABLE_DYNLOADING
),TRUE
)
19 $(eval
$(call gb_ExternalPackage_add_files
,icu_ure
,$(LIBO_URE_LIB_FOLDER
),\
20 source
/lib
/icudt
$(ICU_MAJOR
).dll \
21 source
/lib
/icuuc
$(ICU_MAJOR
).dll \
24 $(eval
$(call gb_ExternalPackage_add_files
,icu_ure
,$(LIBO_URE_LIB_FOLDER
),\
25 source
/lib
/icudt
$(if
$(MSVC_USE_DEBUG_RUNTIME
),d
)$(ICU_MAJOR
).dll \
26 source
/lib
/icuuc
$(if
$(MSVC_USE_DEBUG_RUNTIME
),d
)$(ICU_MAJOR
).dll \
31 endif # DISABLE_DYNLOADING
33 # vim: set noet sw=4 ts=4: