On 2016-02-03 3:36 PM, Alex wrote: > > I've built changeset f2f8fc172f4c > (https://hg.mozilla.org/mozilla-central/file/f2f8fc172f4c). > > The following two issues still occur: > > - DLLs from WIN_UCRT_REDIST_DIR="C:/Program Files (x86)/Windows > Kits/10/Redist/ucrt/DLLs/x64" don't get moved to objdir/dist/bin
As Ehsan mentioned, you need to add something like this to your mozconfig file: export WIN32_REDIST_DIR=<path-to-VS>/VC/redist/x86/Microsoft.VC140.CRT export WIN_UCRT_REDIST_DIR=<path-to-SDK>/Redist/ucrt/DLLs/x86 > - Even if I manually move the files myself, the resulting build won't run > on a system that doesn't have the VCRedist installed > (https://www.microsoft.com/en-gb/download/details.aspx?id=48145) which I > find really strange. Surely the redist folders are all the DLLs required? Did you move all the required DLLs (ucrtbase.dll, api-ms-win-*.dll, vcruntime140.dll, msvcp140.dll)? Cheers, Biru _______________________________________________ dev-builds mailing list [email protected] https://lists.mozilla.org/listinfo/dev-builds

