bump product version to 4.1.6.2
[LibreOffice.git] / shell / StaticLibrary_shlxthandler_common_x64.mk
blobb156ccbdcbfc66c1e593bc352c93674a20a257a3
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_x64))
12 $(eval $(call gb_StaticLibrary_set_x64,shlxthandler_common_x64,YES))
14 $(eval $(call gb_StaticLibrary_use_custom_headers,shlxthandler_common_x64,\
15 shell/source \
18 $(eval $(call gb_StaticLibrary_set_include,shlxthandler_common_x64,\
19 -I$(SRCDIR)/shell/inc \
20 $$(INCLUDE) \
23 $(eval $(call gb_StaticLibrary_add_defs,shlxthandler_common_x64,\
24 -DISOLATION_AWARE_ENABLED \
25 -DUNICODE \
26 -DWIN32_LEAN_AND_MEAN \
27 -D_NTSDK \
28 -D_UNICODE \
30 $(eval $(call gb_StaticLibrary_add_defs,shlxthandler_common_x64,\
31 -U_WIN32_IE \
32 -D_WIN32_IE=0x501 \
33 -U_WIN32_WINNT \
34 -D_WIN32_WINNT=0x0501 \
37 $(eval $(call gb_StaticLibrary_use_externals,shlxthandler_common_x64,\
38 expat_x64 \
39 zlib_x64 \
42 $(eval $(call gb_StaticLibrary_add_x64_generated_exception_objects,shlxthandler_common_x64,\
43 CustomTarget/shell/source/win32/ooofilereader/autostyletag \
44 CustomTarget/shell/source/win32/ooofilereader/basereader \
45 CustomTarget/shell/source/win32/ooofilereader/contentreader \
46 CustomTarget/shell/source/win32/ooofilereader/keywordstag \
47 CustomTarget/shell/source/win32/ooofilereader/metainforeader \
48 CustomTarget/shell/source/win32/ooofilereader/simpletag \
49 CustomTarget/shell/source/win32/shlxthandler/ooofilt/stream_helper \
50 CustomTarget/shell/source/win32/shlxthandler/util/fileextensions \
51 CustomTarget/shell/source/win32/shlxthandler/util/iso8601_converter \
52 CustomTarget/shell/source/win32/shlxthandler/util/registry \
53 CustomTarget/shell/source/win32/shlxthandler/util/utilities \
54 CustomTarget/shell/source/win32/zipfile/zipexcptn \
55 CustomTarget/shell/source/win32/zipfile/zipfile \
58 # vim: set shiftwidth=4 tabstop=4 noexpandtab: