summaryrefslogtreecommitdiff
path: root/solenv/Executable_lockfile.mk
blob: 00f634c60adc786130eca77f66e94ddb18ace675 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- 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/.
#

$(eval $(call gb_Executable_Executable,lockfile))

$(eval $(call gb_Executable_set_include,lockfile, \
    -I$(SRCDIR)/solenv/lockfile \
    -I$(BUILDDIR)/solenv/lockfile \
))

$(eval $(call gb_Executable_add_cobjects,lockfile, \
    solenv/lockfile/dotlockfile \
    solenv/lockfile/lockfile \
    , $(gb_COMPILEROPTFLAGS) \
))

# vim: set noet sw=4 ts=4:
span>Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg 2014-06-25remove whitespaceMarkus Mohrhard 2014-04-19fixincludeguards.sh: scThomas Arnhold 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-03-03Remove visual noise from scAlexander Wilms 2014-01-27coverity#1103748 coverity#708009 coverity#708011-12Norbert Thiebaud 2013-09-07iString to OUString in some calc core codeMarkus Mohrhard 2013-09-07inheriting from a standard container is a bad ideaMarkus Mohrhard 2013-07-30Rework reference update in conditional formatting and cell validation.Kohei Yoshida 2013-06-27Remove duplicate code blocks.Kohei Yoshida 2013-03-26Make the conditional formatting code free of ScBaseCell.Kohei Yoshida 2013-03-26Another one involving cell data validation in detective functionality.Kohei Yoshida 2012-12-04re-base on ALv2 code. Includes:Michael Meeks 2012-07-12Convert SV_DECL_PTRARR_SORT(ScValidationEntries_Impl) to std::setNoel Grandin