fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / icu / ExternalPackage_icu_ure.mk
bloba016c8c0e27d374154811e3b4bb108364d0459ad
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)
16 ifeq ($(OS),WNT)
18 ifeq ($(COM),GCC)
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 \
23 else
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 \
28 endif # $(COM)
30 endif # $(OS)
31 endif # DISABLE_DYNLOADING
33 # vim: set noet sw=4 ts=4: