https://bugs.freedesktop.org/show_bug.cgi?id=42974

             Bug #: 42974
           Summary: get the build process to auto-magically copy the
                    Visual Studio CRT files to the right place
    Classification: Unclassified
           Product: LibreOffice
           Version: unspecified
          Platform: Other
        OS/Version: Windows (All)
            Status: UNCONFIRMED
          Severity: trivial
          Priority: medium
         Component: Libreoffice
        AssignedTo: [email protected]
        ReportedBy: [email protected]


In order to make life easier when setting up a Windows machine to build the
LibO sources, it would be nice if the build process automatically copied the
Visual Studio CRT DLLs into the right location.

To get started, look in set_soenv.in in the root directory of the source tree
and grep for "VC80.CRT".
At the moment, this file asks the user to manually install or find the VC80 DLL
files.

On most machines, these files should already be present in
  c:/windows/winsxs/x86_Microsoft.VC80.CRT_<something>

It should not be hard to find the most directory (there may be several) and
copy the DLL's to
  external/msvcp80

Note that it will also need to copy the manifest file from
  c:/windows/winsxs/manifests/x86_Microsoft.VC80.CRT_<something>

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to