sc: rowcol: tdf#50916 convert ucalc test, and docfunc.
[LibreOffice.git] / vcl / Library_vclplug_win.mk
blob2b05aae476b366518a6a26ac4e90bb32440a23f0
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/.
9 # This file incorporates work covered by the following license notice:
11 # Licensed to the Apache Software Foundation (ASF) under one or more
12 # contributor license agreements. See the NOTICE file distributed
13 # with this work for additional information regarding copyright
14 # ownership. The ASF licenses this file to you under the Apache
15 # License, Version 2.0 (the "License"); you may not use this file
16 # except in compliance with the License. You may obtain a copy of
17 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 $(eval $(call gb_Library_Library,vclplug_win))
22 $(eval $(call gb_Library_set_include,vclplug_win,\
23 $$(INCLUDE) \
24 -I$(SRCDIR)/vcl/inc \
25 -I$(SRCDIR)/vcl/inc/win \
28 $(eval $(call gb_Library_add_defs,vclplug_win,\
29 -DVCLPLUG_WIN_IMPLEMENTATION \
32 $(eval $(call gb_Library_use_custom_headers,vclplug_win,\
33 officecfg/registry \
36 $(eval $(call gb_Library_use_sdk_api,vclplug_win))
38 $(eval $(call gb_Library_use_common_precompiled_header,vclplugin_win))
40 $(eval $(call gb_Library_use_libraries,vclplug_win,\
41 $(call gb_Helper_optional,BREAKPAD, \
42 crashreport) \
43 basegfx \
44 comphelper \
45 cppu \
46 i18nlangtag \
47 i18nutil \
48 sal \
49 salhelper \
50 tl \
51 utl \
52 vcl \
55 $(eval $(call gb_Library_use_externals,vclplug_win,\
56 boost_headers \
57 epoxy \
58 glm_headers \
59 harfbuzz \
62 $(eval $(call gb_Library_add_exception_objects,vclplug_win,\
63 vcl/opengl/win/gdiimpl \
64 vcl/win/app/saldata \
65 vcl/win/app/salinfo \
66 vcl/win/app/salinst \
67 vcl/win/app/salshl \
68 vcl/win/app/saltimer \
69 vcl/win/gdi/gdiimpl \
70 vcl/win/gdi/salbmp \
71 vcl/win/gdi/salgdi \
72 vcl/win/gdi/salgdi2 \
73 vcl/win/gdi/salfont \
74 vcl/win/gdi/salgdi_gdiplus \
75 vcl/win/gdi/salnativewidgets-luna \
76 vcl/win/gdi/salprn \
77 vcl/win/gdi/salvd \
78 vcl/win/gdi/winlayout \
79 vcl/win/gdi/DWriteTextRenderer \
80 vcl/win/window/salframe \
81 vcl/win/window/keynames \
82 vcl/win/window/salmenu \
83 vcl/win/window/salobj \
86 $(eval $(call gb_Library_use_system_win32_libs,vclplug_win,\
87 d2d1 \
88 dwrite \
89 gdi32 \
90 gdiplus \
91 imm32 \
92 ole32 \
93 shell32 \
94 shlwapi \
95 version \
96 winspool \
99 $(eval $(call gb_Library_add_nativeres,vclplug_win,vcl/salsrc))
101 # HACK: dependency on icon themes so running unit tests don't
102 # prevent delivering these by having open file handles on WNT
103 $(eval $(call gb_Library_use_package,vclplug_win,postprocess_images))
105 # vim: set noet sw=4 ts=4: