From c9eac7a838155c4cccf5e2f0ba12778cea50e420 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 18 Apr 2013 20:27:05 +0200 Subject: cli_ure: remove obsolete USE_DEBUG_RUNTIME check for msvcmrt This is handled in com_MSC_class.mk now. Change-Id: I5e4c2e791e9acd623d7c5ce352b5c39b6cb939b4 --- cli_ure/Library_cli_cppuhelper_native.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cli_ure/Library_cli_cppuhelper_native.mk') diff --git a/cli_ure/Library_cli_cppuhelper_native.mk b/cli_ure/Library_cli_cppuhelper_native.mk index f757fa39b528..3eae9111ec7c 100644 --- a/cli_ure/Library_cli_cppuhelper_native.mk +++ b/cli_ure/Library_cli_cppuhelper_native.mk @@ -49,10 +49,7 @@ $(eval $(call gb_Library_use_system_win32_libs,cli_cppuhelper,\ advapi32 \ delayimp \ mscoree \ - $(if $(USE_DEBUG_RUNTIME)\ - ,msvcmrtd \ - ,msvcmrt \ - ) \ + msvcmrt \ )) $(eval $(call gb_Library_add_exception_objects,cli_cppuhelper,\ -- cgit