summaryrefslogtreecommitdiff
path: root/desktop/StaticLibrary_winloader.mk
blob: abee2aa3eef9db995949b3b84ecd018651a301da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- 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_StaticLibrary_StaticLibrary,winloader))

$(eval $(call gb_StaticLibrary_use_externals,winloader,\
    boost_headers \
))

$(eval $(call gb_StaticLibrary_add_exception_objects,winloader,\
    desktop/win32/source/loader \
))

# vim:set noet sw=4 ts=4:
>lok: masterpage: use EditMode as parameter in invalidation callbackSzymon Kłos 2022-08-25lok: make sure flushPendingLOKInvalidateTiles() is calledLuboš Luňák 2022-08-17Return std::optional instead of using bool* argumentMike Kaganski 2021-11-12make it explicit whether to ignore the result of getLOKPayload()Luboš Luňák 2021-10-25use pull model also for LOK text selectionLuboš Luňák 2021-10-24change some LOK internal updates to be pull model instead of pushLuboš Luňák 2021-10-22properly flush LOK invalidations in testsLuboš Luňák 2021-10-22better name for a function overloadLuboš Luňák 2021-10-22revert unittests to use plain text-based LibreOfficeKitCallbackLuboš Luňák