bump product version to 4.2.0.1
[LibreOffice.git] / cli_ure / Library_cli_cppuhelper_native.mk
blob39c13c8cfbc5a8b98acbeb0ed82c499728df0788
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 $(INSTDIR)/$(LIBO_URE_LIB_FOLDER) \
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 $(eval $(call gb_Library_add_ldflags,cli_cppuhelper,\
28 -delayload:$(call gb_Library_get_filename,cppuhelper) \
29 -delayload:$(call gb_Library_get_filename,cppu) \
30 -delayload:$(call gb_Library_get_filename,sal) \
33 $(eval $(call gb_Library_use_internal_bootstrap_api,cli_cppuhelper,\
34 udkapi \
37 $(eval $(call gb_Library_use_packages,cli_cppuhelper,\
38 cli_ure_cliuno \
41 $(eval $(call gb_Library_use_libraries,cli_cppuhelper,\
42 cppu \
43 cppuhelper \
44 sal \
47 $(eval $(call gb_Library_use_system_win32_libs,cli_cppuhelper,\
48 advapi32 \
49 delayimp \
50 mscoree \
51 msvcmrt \
54 $(eval $(call gb_Library_add_exception_objects,cli_cppuhelper,\
55 cli_ure/source/native/native_bootstrap \
56 cli_ure/source/native/path \
59 $(eval $(call gb_Library_add_generated_exception_objects,cli_cppuhelper,\
60 CustomTarget/cli_ure/source/native/assembly \
63 # vim: set noet sw=4 ts=4: