fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / reportdesign / AllLangResTarget_rpt.mk
blob2d2a5a1ecfba73b714cfd48feab7aa96b4b6a1a4
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_AllLangResTarget_AllLangResTarget,rpt))
12 $(eval $(call gb_AllLangResTarget_set_reslocation,rpt,reportdesign))
14 $(eval $(call gb_AllLangResTarget_add_srs,rpt,\
15 reportdesign/res \
18 $(eval $(call gb_SrsTarget_SrsTarget,reportdesign/res))
20 $(eval $(call gb_SrsTarget_use_srstargets,reportdesign/res,\
21 svx/res \
24 $(eval $(call gb_SrsTarget_set_include,reportdesign/res,\
25 $$(INCLUDE) \
26 -I$(SRCDIR)/reportdesign/source/core/inc \
27 -I$(call gb_SrsTemplateTarget_get_include_dir,) \
30 $(eval $(call gb_SrsTarget_add_files,reportdesign/res,\
31 reportdesign/source/core/resource/strings.src \
34 # vim: set noet sw=4 ts=4: