tdf#122471 xlsx import: pivottable error OUString, not uInt8
[LibreOffice.git] / shell / WinResTarget_spsupp.mk
blob77d9a41342a86cb157d0e90d84b308a8b1cb541e
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_WinResTarget_WinResTarget,spsupp))
12 $(eval $(call gb_WinResTarget_use_custom_headers,spsupp,\
13 shell/source/win32/spsupp/idl \
16 $(eval $(call gb_WinResTarget_add_defs,spsupp,\
17 -DTLB_FILE=\"$(call gb_CustomTarget_get_workdir,shell/source/win32/spsupp/idl)/spsupp.tlb\" \
20 $(eval $(call gb_WinResTarget_set_rcfile,spsupp,shell/source/win32/spsupp/res/spsupp))
22 # vim: set shiftwidth=4 tabstop=4 noexpandtab: