Remove the 4th option from the pivot table source selection dialog.
[LibreOffice.git] / bridges / Library_msvc_win32_intel.mk
blobb8c098d69ff5be30dee5bea7cd2717cfca92d05a
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 ifneq ($(strip $(bridges_SELECTED_BRIDGE)),)
11 $(eval $(call gb_Output_error,cannot build bridge msvc_win32_intel: bridge $(bridges_SELECTED_BRIDGE) already selected))
12 endif
13 bridges_SELECTED_BRIDGE := msvc_win32_intel
15 $(eval $(call gb_Library_Library,msci_uno))
17 $(eval $(call gb_Library_use_internal_comprehensive_api,msci_uno,\
18 udkapi \
21 $(eval $(call gb_Library_set_include,msci_uno,\
22 -I$(SRCDIR)/bridges/inc \
23 $$(INCLUDE) \
26 $(eval $(call gb_Library_add_defs,msci_uno,\
27 $(if $(filter YES,$(HAVE_POSIX_FALLOCATE)),\
28 -DHAVE_POSIX_FALLOCATE \
29 ) \
30 $(if $(cppu_no_leak)$(bndchk),,\
31 -DLEAK_STATIC_DATA \
32 ) \
35 $(eval $(call gb_Library_use_libraries,msci_uno,\
36 cppu \
37 sal \
40 $(eval $(call gb_Library_add_exception_objects,msci_uno,\
41 bridges/source/cpp_uno/msvc_win32_intel/cpp2uno \
42 bridges/source/cpp_uno/msvc_win32_intel/dllinit \
43 bridges/source/cpp_uno/msvc_win32_intel/uno2cpp \
44 bridges/source/cpp_uno/shared/bridge \
45 bridges/source/cpp_uno/shared/component \
46 bridges/source/cpp_uno/shared/cppinterfaceproxy \
47 bridges/source/cpp_uno/shared/types \
48 bridges/source/cpp_uno/shared/unointerfaceproxy \
49 bridges/source/cpp_uno/shared/vtablefactory \
50 bridges/source/cpp_uno/shared/vtables \
53 $(eval $(call gb_Library_add_cxxobjects,msci_uno,\
54 bridges/source/cpp_uno/msvc_win32_intel/except \
55 , $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
58 # vim: set noet sw=4 ts=4: