diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2010-12-21 18:55:41 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@hemulen.(none)> | 2010-12-21 18:55:41 +0200 |
commit | 4ce4ff8a53831b9338fa5b5090c45dad9cf639e0 (patch) | |
tree | 431d589218612b145b075e4eaf1054d9ad1e06d4 /post_download.in | |
parent | 6009e97da49339ffbb1650a607ec83ee8409be8d (diff) |
Actually we don't seem to need instmsiw.exe anywhere
Diffstat (limited to 'post_download.in')
-rwxr-xr-x | post_download.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/post_download.in b/post_download.in index 989ba1e3769f..a6bef095fe31 100755 --- a/post_download.in +++ b/post_download.in @@ -115,25 +115,6 @@ and put it into external/vcredist.]) fi dnl =================================================================== -dnl Windows builds - attempt to auto-copy required instmsiX.exe into external/ -dnl =================================================================== -if test "$_os" = "WINNT"; then - ./oowintool --msvc-copy-instmsi ./external/msi -fi - -dnl =================================================================== -dnl Windows builds with MSVS 2008/2010 need instmsiw.exe in external/msi -dnl =================================================================== -if test "$_os" = "WINNT"; then - AC_MSG_CHECKING([for instmsiw.exe]) - if test -f ./external/msi/instmsiw.exe; then - AC_MSG_RESULT([found]) - else - 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 |