summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-14 19:05:46 +0200
committerMichael Stahl <mstahl@redhat.com>2013-04-15 15:26:31 +0200
commit54ba172dc13ababef911550a88083452832b4744 (patch)
treebb179e6957d9eba40805da5023ddf3556a0f1962 /config_host.mk.in
parent436c7a1f58d2d29bcbfd7ff9fc9d7bee8e8df0e5 (diff)
configure: find the MSVC debug runtime libraries
... and copy them to solver bin in "external" Change-Id: I6850495d1abb848a3f6b17de6518d05890b13c32
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index a0f4675739dc..4256fa7a03e9 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -354,6 +354,9 @@ 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@
export MWAW_CFLAGS=$(gb_SPACE)@MWAW_CFLAGS@