tdf#90510 : Override default point label placement setting...
[LibreOffice.git] / shell / Library_spsupp.mk
blobfd9bdba8435151a4a4407464d7f9df733c792d0e
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 \
18 $$(INCLUDE) \
21 $(eval $(call gb_Library_add_defs,spsupp,\
22 -DUNICODE \
23 -D_UNICODE \
26 $(eval $(call gb_Library_use_system_win32_libs,spsupp,\
27 advapi32 \
28 kernel32 \
29 ole32 \
30 oleaut32 \
31 user32 \
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: