summaryrefslogtreecommitdiff
path: root/post_download.in
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-10-21 10:13:48 +0200
committerAndras Timar <atimar@suse.com>2011-11-16 15:50:38 +0100
commitb667ca53f4cfff9ac5c8f124b1cd1756bc0af948 (patch)
treed9a96210b9ee6a2de8b421732e5e66d5ff05118e /post_download.in
parent72c439a7bd01f7e0571df81f584d71d3a8f48b18 (diff)
copy msvcrt merge modules into the tree
Diffstat (limited to 'post_download.in')
-rw-r--r--post_download.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/post_download.in b/post_download.in
index 34aeba82a479..c93cd270da71 100644
--- a/post_download.in
+++ b/post_download.in
@@ -46,6 +46,17 @@ if test "$COM" = "MSC"; then
fi
dnl ===================================================================
+dnl Windows builds - use oowintool to copy VC redist merge modules
+dnl ===================================================================
+if test "$COM" = "MSC"; then
+ if ./oowintool --msvc-copy-msms ./external/msm90 ; then
+ :
+ else
+ AC_MSG_ERROR([oowintool failed to copy merge modules])
+ fi
+fi
+
+dnl ===================================================================
dnl Windows builds need gdiplus.dll in external/gdiplus/
dnl ===================================================================
if test "$_os" = "WINNT"; then