tdf#119052: hide edit style button in character style
[LibreOffice.git] / shell / Library_spsupp_x64.mk
blob4b29f27e31d21b9a88695e8c1bf5bad73b3b9f06
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,spsupp_x64))
12 $(eval $(call gb_Library_set_x64,spsupp_x64,YES))
14 $(eval $(call gb_Library_use_custom_headers,spsupp_x64,\
15 shell/source \
16 shell/source/win32/spsupp/idl \
19 $(eval $(call gb_Library_set_include,spsupp_x64,\
20 -I$(SRCDIR)/shell/inc/spsupp \
21 $$(INCLUDE) \
24 $(eval $(call gb_Library_add_defs,spsupp_x64,\
25 -DUNICODE \
26 -D_UNICODE \
29 $(eval $(call gb_Library_use_system_win32_libs,spsupp_x64,\
30 advapi32 \
31 kernel32 \
32 ole32 \
33 oleaut32 \
34 user32 \
37 $(eval $(call gb_Library_add_nativeres,spsupp_x64,spsupp))
39 $(eval $(call gb_Library_add_ldflags,spsupp_x64,\
40 /DEF:$(SRCDIR)/shell/source/win32/spsupp/spsupp.def \
43 $(eval $(call gb_Library_add_x64_generated_exception_objects,spsupp_x64,\
44 CustomTarget/shell/source/win32/spsupp/COMOpenDocuments \
45 CustomTarget/shell/source/win32/spsupp/registrar \
46 CustomTarget/shell/source/win32/spsupp/spsuppClassFactory \
47 CustomTarget/shell/source/win32/spsupp/spsuppServ \
50 # vim: set shiftwidth=4 tabstop=4 noexpandtab: