[en-GB] Added 13 words to autocorrect
[LibreOffice.git] / shell / Library_shlxthdl.mk
blob4207c76037b1820df1e2edd88d8f10162aff97fb
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,shlxthdl))
12 $(eval $(call gb_Library_set_include,shlxthdl,\
13 -I$(SRCDIR)/shell/inc \
14 $$(INCLUDE) \
17 $(eval $(call gb_Library_add_defs,shlxthdl,\
18 -DISOLATION_AWARE_ENABLED \
19 -DWIN32_LEAN_AND_MEAN \
20 -UNOMINMAX \
23 $(eval $(call gb_Library_use_externals,shlxthdl,\
24 expat \
25 zlib \
28 $(eval $(call gb_Library_use_system_win32_libs,shlxthdl,\
29 advapi32 \
30 comctl32 \
31 gdi32 \
32 gdiplus \
33 kernel32 \
34 ole32 \
35 oleaut32 \
36 shell32 \
37 shlwapi \
38 uuid \
41 $(eval $(call gb_Library_use_static_libraries,shlxthdl,\
42 shlxthandler_common \
43 shell_xmlparser \
46 $(eval $(call gb_Library_add_nativeres,shlxthdl,shlxthdl))
48 $(eval $(call gb_Library_add_ldflags,shlxthdl,\
49 /DEF:$(SRCDIR)/shell/source/win32/shlxthandler/shlxthdl.def \
50 /NODEFAULTLIB:libcmt.lib \
53 $(eval $(call gb_Library_add_exception_objects,shlxthdl,\
54 shell/source/win32/shlxthandler/classfactory \
55 shell/source/win32/shlxthandler/columninfo/columninfo \
56 shell/source/win32/shlxthandler/infotips/infotips \
57 shell/source/win32/shlxthandler/propsheets/document_statistic \
58 shell/source/win32/shlxthandler/propsheets/listviewbuilder \
59 shell/source/win32/shlxthandler/propsheets/propsheets \
60 shell/source/win32/shlxthandler/shlxthdl \
61 shell/source/win32/shlxthandler/thumbviewer/thumbviewer \
64 # vim: set shiftwidth=4 tabstop=4 noexpandtab: