tdf#122471 xlsx import: pivottable error OUString, not uInt8
[LibreOffice.git] / registry / Library_reg.mk
blobd17b1196990a6f10c90ff4393e17436ac983df79
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Library_Library,reg))
12 $(eval $(call gb_Library_add_defs,reg,\
13 -DREG_DLLIMPLEMENTATION \
16 $(eval $(call gb_Library_set_include,reg, \
17 $$(INCLUDE) \
18 -I$(SRCDIR)/registry/inc \
21 $(eval $(call gb_Library_use_external,reg,boost_headers))
23 $(eval $(call gb_Library_use_libraries,reg,\
24 sal \
25 store \
28 $(eval $(call gb_Library_add_exception_objects,reg,\
29 registry/source/keyimpl \
30 registry/source/reflread \
31 registry/source/reflwrit \
32 registry/source/regimpl \
33 registry/source/registry \
34 registry/source/regkey \
37 # vim: set noet sw=4 ts=4: