Version 6.1.0.2, tag libreoffice-6.1.0.2
[LibreOffice.git] / shell / StaticLibrary_shlxthandler_common.mk
blob553418d37b2fb48c54f335a2fd5f8eacb6e33409
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 -DUNICODE \
20 -DWIN32_LEAN_AND_MEAN \
21 -D_UNICODE \
24 $(eval $(call gb_StaticLibrary_use_externals,shlxthandler_common,\
25 expat \
26 zlib \
29 $(eval $(call gb_StaticLibrary_add_exception_objects,shlxthandler_common,\
30 shell/source/win32/ooofilereader/autostyletag \
31 shell/source/win32/ooofilereader/basereader \
32 shell/source/win32/ooofilereader/contentreader \
33 shell/source/win32/ooofilereader/keywordstag \
34 shell/source/win32/ooofilereader/metainforeader \
35 shell/source/win32/ooofilereader/simpletag \
36 shell/source/win32/shlxthandler/ooofilt/stream_helper \
37 shell/source/win32/shlxthandler/util/fileextensions \
38 shell/source/win32/shlxthandler/util/iso8601_converter \
39 shell/source/win32/shlxthandler/util/registry \
40 shell/source/win32/shlxthandler/util/utilities \
41 shell/source/win32/zipfile/zipexcptn \
42 shell/source/win32/zipfile/zipfile \
45 # vim: set shiftwidth=4 tabstop=4 noexpandtab: