summaryrefslogtreecommitdiff
path: root/desktop/StaticLibrary_winloader.mk
blob: ca4fe691eed546fd12d0299aa22661013815b6e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- 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_add_exception_objects,winloader,\
    desktop/win32/source/loader \
))

# vim:set noet sw=4 ts=4:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2018-03-19 14:31:48 +0100 commit5bb7894a490be0823197d602899d0438e57bfb31 (patch) treea973fba3cd4a0817c321220baa812691109f750b /xmloff parent5b1442ec1e6946ec3a3b9d8cfdd57ac1437d23ab (diff)
Write signatureline element after images
The importer expects an image to exist when parsing the signatureline element Change-Id: I30c0ffad294229e0d2b09b5d7c31a692e714a3d5 Reviewed-on: https://gerrit.libreoffice.org/51534 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'xmloff')