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
))
12 $(eval
$(call gb_Library_use_custom_headers
,spsupp
,\
13 shell/source
/win32
/spsupp
/idl \
16 $(eval
$(call gb_Library_set_include
,spsupp
,\
17 -I
$(SRCDIR
)/shell/inc
/spsupp \
21 $(eval
$(call gb_Library_add_defs
,spsupp
,\
26 $(eval
$(call gb_Library_use_system_win32_libs
,spsupp
,\
34 $(eval
$(call gb_Library_add_nativeres
,spsupp
,spsupp
))
36 $(eval
$(call gb_Library_add_ldflags
,spsupp
,\
37 /DEF
:$(SRCDIR
)/shell/source
/win32
/spsupp
/spsupp.def \
40 $(eval
$(call gb_Library_add_exception_objects
,spsupp
,\
41 shell/source
/win32
/spsupp
/COMOpenDocuments \
42 shell/source
/win32
/spsupp
/registrar \
43 shell/source
/win32
/spsupp
/spsuppClassFactory \
44 shell/source
/win32
/spsupp
/spsuppServ \
47 # vim: set shiftwidth=4 tabstop=4 noexpandtab: