calc: on editing invalidation of view with different zoom is wrong
[LibreOffice.git] / docmodel / Library_docmodel.mk
blob722e723daa557567ea9526bfa6f298ad7d7d282d
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*-
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,docmodel))
12 $(eval $(call gb_Library_add_exception_objects,docmodel,\
13 docmodel/source/uno/UnoComplexColor \
14 docmodel/source/uno/UnoTheme \
15 docmodel/source/theme/ColorSet \
16 docmodel/source/theme/Theme \
17 docmodel/source/color/ComplexColorJSON \
20 $(eval $(call gb_Library_set_include,docmodel,\
21 $$(INCLUDE) \
22 -I$(SRCDIR)/docmodel/inc \
25 $(eval $(call gb_Library_use_externals,docmodel,\
26 libxml2 \
27 boost_headers \
30 $(eval $(call gb_Library_add_defs,docmodel,\
31 -DDOCMODEL_DLLIMPLEMENTATION \
34 $(eval $(call gb_Library_set_precompiled_header,docmodel,docmodel/inc/pch/precompiled_docmodel))
36 $(eval $(call gb_Library_use_sdk_api,docmodel))
38 $(eval $(call gb_Library_use_libraries,docmodel,\
39 comphelper \
40 cppuhelper \
41 cppu \
42 sal \
43 tl \
46 # vim: set noet sw=4 ts=4: