summaryrefslogtreecommitdiff
path: root/Makefile.build
blob: 322a7d74141c823f22390ce2154f4c0dba560683 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- 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/.
#

ifeq (,$(SOLARENV))
include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))config_host.mk
endif

gb_Side := host
include $(SOLARENV)/gbuild/gbuild.mk

$(eval $(call gb_Module_make_global_targets,$(SRCDIR)/RepositoryModule.mk))

# vim: set noet sw=4 ts=4:
>2015-11-23vcl: add colorizeImage to BitmapProcessorTomaž Vajngerl 2015-11-23vcl: Bitmap processor to create a disabled imageTomaž Vajngerl 2015-10-12loplugin:loopvartoosmallStephan Bergmann 2015-10-12vcl: recolor images (icons) to be more visible in a dark themeTomaž Vajngerl