Resolves: tdf#141441 get and set selected entry when "unfrozen"
[LibreOffice.git] / cli_ure / Library_cli_uno.mk
blob75eadae723d67ff2320dc1dfd42e0ebfdbbdae97
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,cli_uno))
12 $(eval $(call gb_Library_add_ldflags,cli_uno,\
13 -ignore:4248 \
16 $(eval $(call gb_Library_use_udk_api,cli_uno))
18 $(eval $(call gb_Library_use_libraries,cli_uno,\
19 cppu \
20 sal \
23 $(eval $(call gb_Library_use_system_win32_libs,cli_uno,\
24 mscoree \
25 msvcmrt \
28 $(eval $(call gb_Library_add_cxxclrobjects,cli_uno,\
29 cli_ure/source/uno_bridge/cli_bridge \
30 cli_ure/source/uno_bridge/cli_data \
31 cli_ure/source/uno_bridge/cli_environment \
32 cli_ure/source/uno_bridge/cli_proxy \
33 cli_ure/source/uno_bridge/cli_uno \
36 $(call gb_Library_get_headers_target,cli_uno) :| \
37 $(call gb_CliLibrary_get_target,cli_ure) \
38 $(call gb_CliUnoApi_get_target,cli_uretypes)
40 # vim: set noet sw=4 ts=4: