tdf#115345: removed slide orientation setting method.
[LibreOffice.git] / shell / Library_shlxthdl_x64.mk
blobfb49fa0d03637126b5be14f550a47ae74d392a28
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_UNICODE \
28 -UNOMINMAX \
31 $(eval $(call gb_Library_use_externals,shlxthdl_x64,\
32 expat_x64 \
33 zlib_x64 \
36 $(eval $(call gb_Library_use_system_win32_libs,shlxthdl_x64,\
37 advapi32 \
38 comctl32 \
39 gdi32 \
40 gdiplus \
41 kernel32 \
42 msvcprt \
43 msvcrt \
44 oldnames \
45 ole32 \
46 oleaut32 \
47 shell32 \
48 shlwapi \
49 user32 \
50 uuid \
53 $(eval $(call gb_Library_use_static_libraries,shlxthdl_x64,\
54 shlxthandler_common_x64 \
55 shell_xmlparser_x64 \
58 $(eval $(call gb_Library_add_nativeres,shlxthdl_x64,shlxthdl))
60 $(eval $(call gb_Library_add_ldflags,shlxthdl_x64,\
61 /DEF:$(SRCDIR)/shell/source/win32/shlxthandler/shlxthdl.def \
62 /NODEFAULTLIB:libcmt.lib \
65 $(eval $(call gb_Library_add_x64_generated_exception_objects,shlxthdl_x64,\
66 CustomTarget/shell/source/win32/shlxthandler/classfactory \
67 CustomTarget/shell/source/win32/shlxthandler/columninfo/columninfo \
68 CustomTarget/shell/source/win32/shlxthandler/infotips/infotips \
69 CustomTarget/shell/source/win32/shlxthandler/propsheets/document_statistic \
70 CustomTarget/shell/source/win32/shlxthandler/propsheets/listviewbuilder \
71 CustomTarget/shell/source/win32/shlxthandler/propsheets/propsheets \
72 CustomTarget/shell/source/win32/shlxthandler/shlxthdl \
73 CustomTarget/shell/source/win32/shlxthandler/thumbviewer/thumbviewer \
76 # vim: set shiftwidth=4 tabstop=4 noexpandtab: