Re: [Mingw-w64-public] Winapi import libraries have .a instead of .dll.a

2018-10-08 Thread Martin Storsjö
On Mon, 8 Oct 2018, David Macek wrote: Hi. It seems that winapi libraries in \*-w64-mingw32\lib have extensions of .a instead of .dll.a (which I would expect since they're DLL import libraries). Could this be changed for the sake of consistency? Is there a reason not to? If you'd change that,

[Mingw-w64-public] Winapi import libraries have .a instead of .dll.a

2018-10-08 Thread David Macek
Hi. It seems that winapi libraries in \*-w64-mingw32\lib have extensions of .a instead of .dll.a (which I would expect since they're DLL import libraries). Could this be changed for the sake of consistency? Is there a reason not to? -- David Macek ___

Re: [Mingw-w64-public] [PATCH] widl: Allow overriding the default include path

2018-10-08 Thread Martin Storsjö
On Mon, 8 Oct 2018, Earnie via Mingw-w64-public wrote: On 10/7/2018 10:32 AM, Martin Storsjö wrote: On Sun, 7 Oct 2018, Jacek Caban wrote: On 05/10/2018 23:02, Martin Storsjö wrote: It seems tempting to use just standard --includedir here, but I couldn't find a way to change its default value

Re: [Mingw-w64-public] [PATCH] widl: Allow overriding the default include path

2018-10-08 Thread Earnie via Mingw-w64-public
On 10/7/2018 10:32 AM, Martin Storsjö wrote: > On Sun, 7 Oct 2018, Jacek Caban wrote: >> On 05/10/2018 23:02, Martin Storsjö wrote: >> >> It seems tempting to use just standard --includedir here, but >> I couldn't find a way to change its default value (we'd need >> to default to $prefix/$host/incl

Re: [Mingw-w64-public] [PATCH] widl: Allow overriding the default include path

2018-10-08 Thread Jacek Caban
Hi Martin, The patch looks good to me. Thanks, Jacek On 08/10/2018 11:27, Martin Storsjö wrote: At least clang looks for headers in prefix/include in addition to prefix/triplet/include. This allows configuring widl to look for them in that directory as well. When shipping sysroots for mor

[Mingw-w64-public] [PATCH] widl: Allow overriding the default include path

2018-10-08 Thread Martin Storsjö
At least clang looks for headers in prefix/include in addition to prefix/triplet/include. This allows configuring widl to look for them in that directory as well. When shipping sysroots for more than one or two target architectures, allowing sharing the headers in a triplet-less include directory