[Libreoffice-commits] .: post_download.in
Jesús Corrius
jcorrius at kemper.freedesktop.org
Sat Dec 11 12:16:03 PST 2010
post_download.in | 12 ++++++++++++
1 file changed, 12 insertions(+)
New commits:
commit e2bf68dab3bc9a6fdb635fa00a455de7a33389dd
Author: Jesús Corrius <jesus at softcatala.org>
Date: Sat Dec 11 21:14:56 2010 +0100
Windows builds need msvcr71.dll in external/msvcp71
diff --git a/post_download.in b/post_download.in
old mode 100644
new mode 100755
index b17f395..c6e5ac3
--- a/post_download.in
+++ b/post_download.in
@@ -132,3 +132,15 @@ if test "$_os" = "WINNT"; then
AC_MSG_ERROR([instmsiw.exe is missing in external/msi.])
fi
fi
+
+dnl ===================================================================
+dnl Windows builds with MSVS 2008/2010 need msvcr71.dll in external/msvcp71
+dnl ===================================================================
+if test "$_os" = "WINNT"; then
+ AC_MSG_CHECKING([for msvcr71.dll])
+ if test -f ./external/msvcp71/msvcr71.dll; then
+ AC_MSG_RESULT([found])
+ else
+ AC_MSG_ERROR([msvcr71.dll is missing in external/msvcp71.])
+ fi
+fi
More information about the Libreoffice-commits
mailing list