From 9a8a4442fd6368c20cf6a3d7efa3bd42962ee12f Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Mon, 27 Jul 2015 08:19:30 +0200 Subject: setup_native: Add vcruntime and libucrt on MSVC 14.0 Change-Id: If55979b55b4bc8dee785f0940461a01995060682 Reviewed-on: https://gerrit.libreoffice.org/17362 Tested-by: Jenkins Reviewed-by: Michael Stahl --- setup_native/Library_regactivex.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup_native/Library_regactivex.mk') diff --git a/setup_native/Library_regactivex.mk b/setup_native/Library_regactivex.mk index c823d7ce2cc2..3d0a51e0338a 100644 --- a/setup_native/Library_regactivex.mk +++ b/setup_native/Library_regactivex.mk @@ -29,6 +29,8 @@ $(eval $(call gb_Library_add_exception_objects,regactivex,\ $(eval $(call gb_Library_use_system_win32_libs,regactivex,\ libcmt \ libcpmt \ + $(if $(filter-out 120,$(VCVER)),libucrt) \ + $(if $(filter-out 120,$(VCVER)),libvcruntime) \ kernel32 \ msi \ )) -- cgit v1.2.3