bump product version to 4.1.6.2
[LibreOffice.git] / cli_ure / Library_cli_cppuhelper_native.mk
blob3eae9111ec7cb39a70bc13fb09fe61df0c67c3c0
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) \
18 -clr \
19 -wd4339 \
22 $(eval $(call gb_Library_add_ldflags,cli_cppuhelper,\
23 -ignore:4248 \
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 \
31 -delayload:sal3.dll \
34 $(eval $(call gb_Library_use_internal_bootstrap_api,cli_cppuhelper,\
35 udkapi \
38 $(eval $(call gb_Library_use_packages,cli_cppuhelper,\
39 cli_ure_cliuno \
42 $(eval $(call gb_Library_use_libraries,cli_cppuhelper,\
43 cppu \
44 cppuhelper \
45 sal \
48 $(eval $(call gb_Library_use_system_win32_libs,cli_cppuhelper,\
49 advapi32 \
50 delayimp \
51 mscoree \
52 msvcmrt \
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: