[en-GB] Added 13 words to autocorrect
[LibreOffice.git] / shell / Library_spsupp_x64.mk
blob1988b2745539b5e1af73e0c0299024cb68a1ee86
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/win32/spsupp/idl \
18 $(eval $(call gb_Library_set_include,spsupp_x64,\
19 -I$(SRCDIR)/shell/inc/spsupp \
20 $$(INCLUDE) \
23 $(eval $(call gb_Library_use_system_win32_libs,spsupp_x64,\
24 advapi32 \
25 kernel32 \
26 ole32 \
27 oleaut32 \
28 user32 \
31 $(eval $(call gb_Library_add_nativeres,spsupp_x64,spsupp))
33 $(eval $(call gb_Library_add_ldflags,spsupp_x64,\
34 /DEF:$(SRCDIR)/shell/source/win32/spsupp/spsupp.def \
37 $(eval $(call gb_Library_add_exception_objects,spsupp_x64,\
38 shell/source/win32/spsupp/COMOpenDocuments_x64 \
39 shell/source/win32/spsupp/registrar_x64 \
40 shell/source/win32/spsupp/spsuppClassFactory_x64 \
41 shell/source/win32/spsupp/spsuppServ_x64 \
44 # vim: set shiftwidth=4 tabstop=4 noexpandtab: