Kaydet (Commit) c9eac7a8 authored tarafından Michael Stahl's avatar Michael Stahl

cli_ure: remove obsolete USE_DEBUG_RUNTIME check for msvcmrt

This is handled in com_MSC_class.mk now.

Change-Id: I5e4c2e791e9acd623d7c5ce352b5c39b6cb939b4
üst 4ec1ddec
......@@ -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,\
......
......@@ -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,\
......
......@@ -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,\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment