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 include $(SRCDIR
)/cli_ure
/version
/version.txt
12 $(eval
$(call gb_Library_Assembly
,cli_cppuhelper
))
14 # When compiling for CLR, disable "warning C4339: use of undefined type detected
15 # in CLR meta-data - use of this type may lead to a runtime exception":
16 $(eval
$(call gb_Library_add_cxxflags
,cli_cppuhelper
,\
17 -AI
$(gb_Helper_OUTDIRLIBDIR
) \
22 $(eval
$(call gb_Library_add_ldflags
,cli_cppuhelper
,\
24 -keyfile
:$(call gb_Helper_windows_path
,$(SRCDIR
)/cli_ure
/source
/cliuno.snk
) \
27 # TODO do not encode filenames here
28 $(eval
$(call gb_Library_add_ldflags
,cli_cppuhelper
,\
29 -delayload
:cppuhelper3MSC.dll \
30 -delayload
:cppu3.dll \
34 $(eval
$(call gb_Library_use_internal_bootstrap_api
,cli_cppuhelper
,\
38 $(eval
$(call gb_Library_use_packages
,cli_cppuhelper
,\
42 $(eval
$(call gb_Library_use_libraries
,cli_cppuhelper
,\
48 $(eval
$(call gb_Library_use_system_win32_libs
,cli_cppuhelper
,\
55 $(eval
$(call gb_Library_add_exception_objects
,cli_cppuhelper
,\
56 cli_ure
/source
/native
/native_bootstrap \
57 cli_ure
/source
/native
/path \
60 $(eval
$(call gb_Library_add_generated_exception_objects
,cli_cppuhelper
,\
61 CustomTarget
/cli_ure
/source
/native
/assembly \
64 # vim: set noet sw=4 ts=4: