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 $(eval
$(call gb_Library_add_ldflags
,cli_cppuhelper
,\
16 -keyfile
:$(SRCDIR
)/cli_ure
/source
/cliuno.snk \
19 $(eval
$(call gb_Library_add_ldflags
,cli_cppuhelper
,\
20 -delayload
:$(call gb_Library_get_filename
,cppuhelper
) \
21 -delayload
:$(call gb_Library_get_filename
,cppu
) \
22 -delayload
:$(call gb_Library_get_filename
,sal
) \
25 $(eval
$(call gb_Library_use_internal_bootstrap_api
,cli_cppuhelper
,\
29 $(eval
$(call gb_Library_use_libraries
,cli_cppuhelper
,\
35 $(eval
$(call gb_Library_use_system_win32_libs
,cli_cppuhelper
,\
42 $(eval
$(call gb_Library_add_cxxclrobjects
,cli_cppuhelper
,\
43 cli_ure
/source
/native
/native_bootstrap \
44 cli_ure
/source
/native
/path \
47 $(eval
$(call gb_Library_add_generated_cxxclrobjects
,cli_cppuhelper
,\
48 CustomTarget
/cli_ure
/source
/native
/assembly \
51 # vim: set noet sw=4 ts=4: