summaryrefslogtreecommitdiff
path: root/odk/Package_odk_headers_generated.mk
blob: 819edcdb1dcc45b03a38de7abf470e0bfea223a5 (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_Package_Package,odk_headers_generated,$(BUILDDIR)/config_$(gb_Side)))

$(eval $(call gb_Package_set_outdir,odk_headers_generated,$(INSTDIR)))

$(eval $(call gb_Package_add_file,odk_headers_generated,$(SDKDIRNAME)/include/sal/typesizes.h,config_typesizes.h))

# vim: set noet sw=4 ts=4:
href='/cgit/lo/core/commit/sw/CppunitTest_sw_apitests.mk?id=49c4f0581c7a926f0ab836241f912c70fc9cac75'>tdf#45904: Move SwXTextSections Java tests to C++anfanite396 2023-08-21Move SwXTextFieldTypes Java tests to C++anfanite396 2023-08-14Move SwXTableCellText Java tests to C++anfanite396 2023-08-14Move SwXReferenceMarks Java tests to C++anfanite396 2023-07-19Move SwXReferenceMark Java tests to C++anfanite396 2023-07-19Move SwXParagraphEnumeration Java tests to C++anfanite396 2023-07-14Move SwXNumberingRules Java tests to C++anfanite396 2023-07-14Move SwXFrames Java tests to C++anfanite396 2023-07-14Move SwXFieldEnumeration Java tests to C++anfanite396 2023-07-14Move SwXDocumentIndexes Java tests to C++anfanite396 2023-07-12Move SwXStyleFamilies Java tests to C++anfanite396 2023-07-12Move SwXChapterNumbering Java tests to C++anfanite396 2023-07-10Move SwXDocumentIndexMark Java tests to C++anfanite396 2023-07-10Move SwXBookmarks Java tests to C++anfanite396 2023-07-10Move SwXAutoTextContainer Java tests to C++anfanite396 2023-07-05Move SwXFootnote Java tests to C++anfanite396 2023-07-03Move SwXHeadFootText Java tests to C++anfanite396 2023-07-03Move SwXBookmark Java tests to C++anfanite396 2023-07-03Move SwXFootnotes Java tests to C++anfanite396 2023-06-28Move SwXFootnoteText Java tests to C++anfanite396 2023-06-27Move SwXFootnotesSupplier Java tests to C++anfanite396 2023-06-26Move SwXBodyText Java tests to C++anfanite396 2023-01-12introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl 2021-08-06use Helper_optional SCRIPTING for libs that don't exist if --disable-scriptingCaolán McNamara