Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / shell / Library_spsupp_x86.mk
blobba101b7bb4ecfd8e5e92304b7ec8c067342d16a2
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_x86))
12 $(eval $(call gb_Library_set_x86,spsupp_x86,YES))
14 $(eval $(call gb_Library_use_custom_headers,spsupp_x86,\
15 shell/source/win32/spsupp/idl \
18 $(eval $(call gb_Library_set_include,spsupp_x86,\
19 -I$(SRCDIR)/shell/inc/spsupp \
20 $$(INCLUDE) \
23 $(eval $(call gb_Library_use_system_win32_libs,spsupp_x86,\
24 advapi32 \
25 kernel32 \
26 ole32 \
27 oleaut32 \
28 user32 \
31 $(eval $(call gb_Library_add_nativeres,spsupp_x86,spsupp))
33 $(eval $(call gb_Library_add_ldflags,spsupp_x86,\
34 /DEF:$(SRCDIR)/shell/source/win32/spsupp/spsupp.def \
37 $(eval $(call gb_Library_add_exception_objects,spsupp_x86,\
38 shell/source/win32/spsupp/COMOpenDocuments \
39 shell/source/win32/spsupp/registrar \
40 shell/source/win32/spsupp/spsuppClassFactory \
41 shell/source/win32/spsupp/spsuppServ \
44 # vim: set shiftwidth=4 tabstop=4 noexpandtab: