summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-06-21 00:06:27 +0200
committerFridrich Strba <fridrich@documentfoundation.org>2013-06-28 09:35:12 +0000
commit7f4a622f9fbf27774efa908348e682df7280713b (patch)
treec735f1768d0b7868ad7fcc43c8b5be517648b771 /config_host.mk.in
parent62d5b496b87b3beb6273da9643a1883fcd8afece (diff)
stop copying MSVC debug runtime DLLs
This is apparently not necessary with MSVC 2012; builds and all tests run here without those DLLs in the solver. Change-Id: If352fb3702d7dae57deb19959eab8eb0fedea318 Reviewed-on: https://gerrit.libreoffice.org/4414 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index c0f4e6bd7f77..f3470f35227d 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -347,8 +347,6 @@ export MSPUB_CFLAGS=$(gb_SPACE)@MSPUB_CFLAGS@
export MSPUB_LIBS=$(gb_SPACE)@MSPUB_LIBS@
export MSVC_DLLS=@MSVC_DLLS@
export MSVC_DLL_PATH=@MSVC_DLL_PATH@
-export MSVC_DEBUG_DLLS=@MSVC_DEBUG_DLLS@
-export MSVC_DEBUG_DLL_PATH=@MSVC_DEBUG_DLL_PATH@
export MSVC_USE_DEBUG_RUNTIME=@MSVC_USE_DEBUG_RUNTIME@
export MSVC80_DLLS=@MSVC80_DLLS@
export MSVC80_DLL_PATH=@MSVC80_DLL_PATH@