summaryrefslogtreecommitdiff
path: root/vcl/AllLangResTarget_vcl.mk
blob: 5304b7536b84ca8eb9e30faf144cc5500cefaedc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#

$(eval $(call gb_AllLangResTarget_AllLangResTarget,vcl))

$(eval $(call gb_AllLangResTarget_set_reslocation,vcl,vcl))

$(eval $(call gb_AllLangResTarget_add_srs,vcl,\
    vcl/source/src \
))

$(eval $(call gb_SrsTarget_SrsTarget,vcl/source/src))

$(eval $(call gb_SrsTarget_set_include,vcl/source/src,\
    $$(INCLUDE) \
    -I$(SRCDIR)/vcl/inc \
))

$(eval $(call gb_SrsTarget_add_files,vcl/source/src,\
    vcl/source/src/btntext.src \
    vcl/source/src/helptext.src \
    vcl/source/src/images.src \
    vcl/source/src/menu.src \
    vcl/source/src/print.src \
    vcl/source/src/stdtext.src \
    vcl/source/src/throbber.src \
    vcl/source/src/units.src \
    vcl/source/src/fpicker.src \
    vcl/source/edit/textundo.src \
))


# vim: set noet sw=4 ts=4:
cgit/lo/core/commit/unotest?id=f36767fde87191258ea21f3faac0be6ad79328e0'>PPTX export: handle theme colors from the doc model for shape textMiklos Vajna 2021-11-12Fix (mis-)uses of temporary O[U]StringLiteralStephan Bergmann 2021-10-18xmlsecurity: fix new tests on WNTMichael Stahl 2021-10-15test: upgrade test NSS database from dbm: to sql:Michael Stahl 2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann 2021-08-06make --disable-scripting compileCaolán McNamara 2021-07-21Avoid external processes picking up instdir/program/libnspr4.soStephan Bergmann 2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin 2021-04-19Updated README.md filesHossein 2021-04-01Exclude tests based on device color depth, not RDPMike Kaganski 2021-03-31This should be a static methodMike Kaganski 2021-03-30Exclude some tests in Windows RDP sessionMike Kaganski 2021-03-23tdf#124176 Use pragma once in u*Vincent LE GARREC 2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann 2020-12-18throw exception in SvStream when reading past end of fileNoel 2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann 2020-11-18tdf#123936 Formatting files in module unotest with clang-formatPhilipp Hofer 2020-10-29python test shutdown robustnessNoel 2020-09-11Fix the minimal build-tools targetJan-Marek Glogowski 2020-08-11loplugin:flattenNoel Grandin 2020-06-19Move data for signing tests to test/Miklos Vajna 2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt 2020-04-09pyuno,*: kill Python 2 support with fireMichael Stahl 2020-02-06Fix mis-mergeStephan Bergmann 2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt