Revert "tdf#127471 Remove font width scaling hack"
[LibreOffice.git] / cli_ure / Library_cli_cppuhelper_native.mk
blobbb230fb0108ddbf166d2cd4a4a947700c7e9e8db
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,\
15 -ignore:4248 \
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,\
26 udkapi \
29 $(eval $(call gb_Library_use_libraries,cli_cppuhelper,\
30 cppu \
31 cppuhelper \
32 sal \
35 $(eval $(call gb_Library_use_system_win32_libs,cli_cppuhelper,\
36 advapi32 \
37 delayimp \
38 mscoree \
39 msvcmrt \
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: