On Wednesday 29 May 2024 23:53:26 Martin Storsjö wrote:
> On Sun, 26 May 2024, Pali Rohár wrote:
> 
> > msvcr71d.dll is debug version of the msvcr71.dll and provides additional
> > debugging functions.
> > ---
> > mingw-w64-crt/Makefile.am           |   6 +-
> > mingw-w64-crt/lib32/msvcr71d.def.in | 945 ++++++++++++++++++++++++++++
> > mingw-w64-crt/lib32/msvcr71d.mri    |   6 +
> > 3 files changed, 956 insertions(+), 1 deletion(-)
> > create mode 100644 mingw-w64-crt/lib32/msvcr71d.def.in
> > create mode 100644 mingw-w64-crt/lib32/msvcr71d.mri
> 
> These 4 patches seem mostly harmless and fine. However we haven't usually
> provided import libraries for debug CRTs so far - those aren't shipped as
> part of the system in any case (although, neither does most numbered msvcr
> libraries). Linking against them might not be allowed for strict GPL
> applications, but I guess there's nothing saying that we can't allow other,
> less strict users do it.
> 
> Or do we already have a precedent about debug CRTs? I don't think so...

In mingw-w64 git are already some msvcr*d.def.in files. So I prepared
and sent patches also for some other versions.

> What do others think about this?
> 
> // Martin


_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to