summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli_ure/Executable_climaker.mk5
-rw-r--r--cli_ure/Library_cli_cppuhelper_native.mk5
-rw-r--r--cli_ure/Library_cli_uno.mk5
3 files changed, 3 insertions, 12 deletions
diff --git a/cli_ure/Executable_climaker.mk b/cli_ure/Executable_climaker.mk
index 01264f4f879b..c8dd3da02600 100644
--- a/cli_ure/Executable_climaker.mk
+++ b/cli_ure/Executable_climaker.mk
@@ -34,10 +34,7 @@ $(eval $(call gb_Executable_use_libraries,climaker,\
$(eval $(call gb_Executable_use_system_win32_libs,climaker,\
mscoree \
- $(if $(USE_DEBUG_RUNTIME) \
- ,msvcmrtd \
- ,msvcmrt \
- ) \
+ msvcmrt \
))
$(eval $(call gb_Executable_add_exception_objects,climaker,\
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,\
diff --git a/cli_ure/Library_cli_uno.mk b/cli_ure/Library_cli_uno.mk
index e87b91b097b9..01d7519b7558 100644
--- a/cli_ure/Library_cli_uno.mk
+++ b/cli_ure/Library_cli_uno.mk
@@ -28,10 +28,7 @@ $(eval $(call gb_Library_use_libraries,cli_uno,\
$(eval $(call gb_Library_use_system_win32_libs,cli_uno,\
mscoree \
- $(if $(USE_DEBUG_RUNTIME)\
- ,msvcmrtd \
- ,msvcmrt \
- ) \
+ msvcmrt \
))
$(eval $(call gb_Library_add_exception_objects,cli_uno,\