[en-GB] Added 13 words to autocorrect
[LibreOffice.git] / shell / StaticLibrary_shlxthandler_common.mk
blobf19c942eabc84af19e343075c4dd37912017a7f3
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_StaticLibrary_StaticLibrary,shlxthandler_common))
12 $(eval $(call gb_StaticLibrary_set_include,shlxthandler_common,\
13 -I$(SRCDIR)/shell/inc \
14 $$(INCLUDE) \
17 $(eval $(call gb_StaticLibrary_add_defs,shlxthandler_common,\
18 -DISOLATION_AWARE_ENABLED \
19 -DWIN32_LEAN_AND_MEAN \
22 $(eval $(call gb_StaticLibrary_use_externals,shlxthandler_common,\
23 expat \
24 zlib \
27 $(eval $(call gb_StaticLibrary_add_exception_objects,shlxthandler_common,\
28 shell/source/win32/ooofilereader/autostyletag \
29 shell/source/win32/ooofilereader/basereader \
30 shell/source/win32/ooofilereader/contentreader \
31 shell/source/win32/ooofilereader/keywordstag \
32 shell/source/win32/ooofilereader/metainforeader \
33 shell/source/win32/ooofilereader/simpletag \
34 shell/source/win32/shlxthandler/ooofilt/stream_helper \
35 shell/source/win32/shlxthandler/util/fileextensions \
36 shell/source/win32/shlxthandler/util/iso8601_converter \
37 shell/source/win32/shlxthandler/util/registry \
38 shell/source/win32/shlxthandler/util/utilities \
39 shell/source/win32/zipfile/zipexcptn \
40 shell/source/win32/zipfile/zipfile \
43 # vim: set shiftwidth=4 tabstop=4 noexpandtab: