Fix CppunitTest_sc_subsequent_filters_test2 on non-default DPI
[LibreOffice.git] / hwpfilter / Library_hwp.mk
blobbd670f285bc4a24e05f91c32d555c7d6e445014e
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,hwp))
12 $(eval $(call gb_Library_use_sdk_api,hwp))
14 $(eval $(call gb_Library_use_libraries,hwp,\
15 comphelper \
16 cppu \
17 cppuhelper \
18 sal \
19 utl \
20 tl \
23 $(eval $(call gb_Library_use_externals,hwp,\
24 boost_headers \
25 zlib \
28 $(eval $(call gb_Library_set_precompiled_header,hwp,hwpfilter/inc/pch/precompiled_hwp))
30 ifeq ($(OS),WNT)
32 $(eval $(call gb_Library_use_system_win32_libs,hwp,\
33 ole32 \
34 uuid \
37 endif
39 $(eval $(call gb_Library_set_componentfile,hwp,hwpfilter/source/hwp,services))
41 $(eval $(call gb_Library_add_exception_objects,hwp,\
42 hwpfilter/source/attributes \
43 hwpfilter/source/cspline \
44 hwpfilter/source/fontmap \
45 hwpfilter/source/formula \
46 hwpfilter/source/grammar \
47 hwpfilter/source/hbox \
48 hwpfilter/source/hcode \
49 hwpfilter/source/hfont \
50 hwpfilter/source/hgzip \
51 hwpfilter/source/hinfo \
52 hwpfilter/source/hiodev \
53 hwpfilter/source/hpara \
54 hwpfilter/source/hstream \
55 hwpfilter/source/hstyle \
56 hwpfilter/source/htags \
57 hwpfilter/source/hutil \
58 hwpfilter/source/hwpeq \
59 hwpfilter/source/hwpfile \
60 hwpfilter/source/hwpread \
61 hwpfilter/source/hwpreader \
62 hwpfilter/source/lexer \
63 hwpfilter/source/mzstring \
64 hwpfilter/source/solver \
67 # vim: set noet sw=4 ts=4: