Bump version to 4.1-6
[LibreOffice.git] / shell / Library_shlxthdl_x64.mk
blobd3cb6b8b5634c7357eebdde1a3233f812637c0ee
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_x64))
12 $(eval $(call gb_Library_set_x64,shlxthdl_x64,YES))
14 $(eval $(call gb_Library_use_custom_headers,shlxthdl_x64,\
15 shell/source \
18 $(eval $(call gb_Library_set_include,shlxthdl_x64,\
19 -I$(SRCDIR)/shell/inc \
20 $$(INCLUDE) \
23 $(eval $(call gb_Library_add_defs,shlxthdl_x64,\
24 -DISOLATION_AWARE_ENABLED \
25 -DUNICODE \
26 -DWIN32_LEAN_AND_MEAN \
27 -D_NTSDK \
28 -D_UNICODE \
29 -UNOMINMAX \
31 $(eval $(call gb_Library_add_defs,shlxthdl_x64,\
32 -U_WIN32_IE \
33 -D_WIN32_IE=0x501 \
34 -U_WIN32_WINNT \
35 -D_WIN32_WINNT=0x0501 \
38 $(eval $(call gb_Library_use_externals,shlxthdl_x64,\
39 expat_x64 \
40 zlib_x64 \
43 $(eval $(call gb_Library_use_system_win32_libs,shlxthdl_x64,\
44 advapi32 \
45 comctl32 \
46 gdi32 \
47 gdiplus \
48 kernel32 \
49 msvcprt \
50 msvcrt \
51 oldnames \
52 ole32 \
53 oleaut32 \
54 shell32 \
55 shlwapi \
56 user32 \
57 uuid \
60 $(eval $(call gb_Library_use_static_libraries,shlxthdl_x64,\
61 shlxthandler_common_x64 \
62 shell_xmlparser_x64 \
65 $(eval $(call gb_Library_add_nativeres,shlxthdl_x64,shlxthdl))
67 $(eval $(call gb_Library_add_ldflags,shlxthdl_x64,\
68 /EXPORT:DllCanUnloadNow \
69 /EXPORT:DllGetClassObject \
70 /EXPORT:DllRegisterServer \
71 /EXPORT:DllUnregisterServer \
72 /NODEFAULTLIB:libcmt.lib \
75 $(eval $(call gb_Library_add_x64_generated_exception_objects,shlxthdl_x64,\
76 CustomTarget/shell/source/win32/shlxthandler/classfactory \
77 CustomTarget/shell/source/win32/shlxthandler/columninfo/columninfo \
78 CustomTarget/shell/source/win32/shlxthandler/infotips/infotips \
79 CustomTarget/shell/source/win32/shlxthandler/propsheets/document_statistic \
80 CustomTarget/shell/source/win32/shlxthandler/propsheets/listviewbuilder \
81 CustomTarget/shell/source/win32/shlxthandler/propsheets/propsheets \
82 CustomTarget/shell/source/win32/shlxthandler/shlxthdl \
83 CustomTarget/shell/source/win32/shlxthandler/thumbviewer/thumbviewer \
86 # vim: set shiftwidth=4 tabstop=4 noexpandtab: