Re: Build system help adding system obj file

2020-10-26 Thread Michael Stahl
On 25.10.20 05:25, Deborah Barkley-Yeung wrote: Hello, I'm trying to fix bug #48413. So looking at https://docs.microsoft.com/en-us/cpp/c-language/expanding-wildcard-arguments?view=vs-2019 , I think I j

Build system help adding system obj file

2020-10-24 Thread Deborah Barkley-Yeung
Hello, I'm trying to fix bug #48413. So looking at https://docs.microsoft.com/en-us/cpp/c-language/expanding-wildcard-arguments?view=vs-2019, I think I just need to link setargv.obj. However I don't understand the build system well enough to know how to make it link in a system object file. Does