summaryrefslogtreecommitdiff
path: root/desktop/Executable_unopkg.mk
blob: 674edfdd6c0852ac90ee67a24d777baae4d9c1fb (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,unopkg))

$(eval $(call gb_Executable_set_targettype_gui,unopkg,YES))

$(eval $(call gb_Executable_use_static_libraries,unopkg,\
    ooopathutils \
    winloader \
))

$(eval $(call gb_Executable_add_exception_objects,unopkg,\
    desktop/win32/source/guiloader/genericloader \
))

# vim: set ts=4 sw=4 et:
git/lo/core/commit/unotest?h=cp-5.3-56&id=042033f1e6da22616cb76c8d950c20c9efecbad5'>loplugin: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 2020-02-03tdf#42949 Fix IWYU warnings in unotest/Gabor Kelemen 2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin 2020-01-17Clean up duplicated command dispatch test functionalityMiklos Vajna 2019-12-29Avoid crash in shutdown when accessing already destroyed BASIC_DLLMike Kaganski