fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / mingw-externals / Module_mingw-externals.mk
blobe63016239c7c775e0087fcb4ba4932c6a8514191
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_Module_Module,mingw-externals))
12 ifeq ($(OS)$(COM),WNTGCC)
13 $(eval $(call gb_Module_add_targets,mingw-externals,\
14 CustomTarget_jawt \
15 Package_mingw_dlls \
16 Package_mingw_gccdlls \
18 endif
20 # vim: set noet sw=4 ts=4: