[PATCH] convert external to gbuild

Matúš Kukan matus.kukan at gmail.com
Tue Jan 15 08:12:44 PST 2013


On 15 January 2013 13:01, Andras Timar <timar74 at gmail.com> wrote:
>>     https://gerrit.libreoffice.org/1466
>>
>
> I do not understand all details, but it seems this change caused a
> problem under Windows. Pre-built Mozilla runtime needs older MSVC
> DLLs. The error comes in the packaging phase:
>
> : ERROR: Removing file Microsoft.VC80.CRT.manifest from file list.
> : ERROR: Removing file msvcp80.dll from file list.
> : ERROR: Removing file msvcr80.dll from file list.
>
> On the other hand, we do not need to have other MSVC DLLs in solver,
> because we package package MSVC merge modules into the installer, not
> the MSVC DLLs for the current compiler.

It's in configure now: find_msvc_dlls()
Possible just using msvcdlls as msvcdlls="msvcp80.dll msvcr80.dll
Microsoft.VC80.CRT.manifest"
could fix the issue then.
No idea if all the files really are in
$VC_PRODUCT_DIR/redist/$vsarch/Microsoft.VC${VCVER}.CRT though.

HTH,
Matus


More information about the LibreOffice mailing list