Bump version to 4.1-6
[LibreOffice.git] / shell / StaticLibrary_shlxthandler_common.mk
blobff75ba2f44b0221ad74ab53728da0bc832ca322e
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_NTSDK \
22 -D_UNICODE \
24 $(eval $(call gb_StaticLibrary_add_defs,shlxthandler_common,\
25 -U_WIN32_IE \
26 -D_WIN32_IE=0x501 \
27 -U_WIN32_WINNT \
28 -D_WIN32_WINNT=0x0501 \
31 $(eval $(call gb_StaticLibrary_use_externals,shlxthandler_common,\
32 expat \
33 zlib \
36 $(eval $(call gb_StaticLibrary_add_exception_objects,shlxthandler_common,\
37 shell/source/win32/ooofilereader/autostyletag \
38 shell/source/win32/ooofilereader/basereader \
39 shell/source/win32/ooofilereader/contentreader \
40 shell/source/win32/ooofilereader/keywordstag \
41 shell/source/win32/ooofilereader/metainforeader \
42 shell/source/win32/ooofilereader/simpletag \
43 shell/source/win32/shlxthandler/ooofilt/stream_helper \
44 shell/source/win32/shlxthandler/util/fileextensions \
45 shell/source/win32/shlxthandler/util/iso8601_converter \
46 shell/source/win32/shlxthandler/util/registry \
47 shell/source/win32/shlxthandler/util/utilities \
48 shell/source/win32/zipfile/zipexcptn \
49 shell/source/win32/zipfile/zipfile \
52 # vim: set shiftwidth=4 tabstop=4 noexpandtab: