diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-18 20:27:05 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-04-19 00:30:12 +0200 |
commit | c9eac7a838155c4cccf5e2f0ba12778cea50e420 (patch) | |
tree | 984319cc6fe7e82e4c7aa9b6d7b994584f9eac9c /cli_ure | |
parent | 4ec1ddec3e8b3b22741504b0eca7b74c3377bf49 (diff) |
cli_ure: remove obsolete USE_DEBUG_RUNTIME check for msvcmrt
This is handled in com_MSC_class.mk now.
Change-Id: I5e4c2e791e9acd623d7c5ce352b5c39b6cb939b4
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/Executable_climaker.mk | 5 | ||||
-rw-r--r-- | cli_ure/Library_cli_cppuhelper_native.mk | 5 | ||||
-rw-r--r-- | cli_ure/Library_cli_uno.mk | 5 |
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,\ |