fix en-US language selection logic
[LibreOffice.git] / chart2 / AllLangResTarget_chartcontroller.mk
blob61d2f6257ba7f36688be2d2173b4b25e9bdcf956
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,chartcontroller))
12 $(eval $(call gb_AllLangResTarget_set_reslocation,chartcontroller,chart2))
14 $(eval $(call gb_AllLangResTarget_add_srs,chartcontroller,\
15 chart2/res \
18 $(eval $(call gb_SrsTarget_SrsTarget,chart2/res))
20 $(eval $(call gb_SrsTarget_set_include,chart2/res,\
21 $$(INCLUDE) \
22 -I$(SRCDIR)/chart2/source/controller/dialogs \
23 -I$(SRCDIR)/chart2/source/controller/inc \
24 -I$(SRCDIR)/chart2/source/controller/main \
25 -I$(SRCDIR)/chart2/source/inc \
28 $(eval $(call gb_SrsTarget_add_files,chart2/res,\
29 chart2/source/controller/dialogs/Strings_AdditionalControls.src \
30 chart2/source/controller/dialogs/Strings_ChartTypes.src \
31 chart2/source/controller/dialogs/Strings_Scale.src \
32 chart2/source/controller/dialogs/Strings.src \
33 chart2/source/controller/dialogs/Strings_Statistic.src \
36 $(eval $(call gb_SrsTarget_add_nonlocalizable_files,chart2/res,\
37 chart2/source/controller/dialogs/Bitmaps.src \
40 # vim: set noet sw=4 ts=4: