summaryrefslogtreecommitdiff
path: root/binaryurp/Module_binaryurp.mk
blob: fcfd303f093e5f3dcec4895dce3bd96e86099ff2 (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_Module_Module,binaryurp))

$(eval $(call gb_Module_add_targets,binaryurp,\
	Library_binaryurp \
))

$(eval $(call gb_Module_add_check_targets,binaryurp,\
	CppunitTest_binaryurp_test-cache \
	CppunitTest_binaryurp_test-unmarshal \
))

# vim: set noet sw=4 ts=4:
5-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-12convert Link<> to typedNoel Grandin 2015-10-09Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks 2015-10-08Call WritePS with length argument, where knownStephan Bergmann 2015-10-08Use OString to dynamically assemble a stringStephan Bergmann 2015-10-07afl-eventtesting: creating OUString from super long sal_Unicode* is slowCaolán McNamara 2015-10-07Revert "loplugin:mergeclasses" to fix mac buildCaolán McNamara 2015-10-07loplugin:mergeclassesNoel Grandin 2015-10-07loplugin:mergeclassesNoel Grandin 2015-10-02loplugin:unusedmethods in vclNoel Grandin