On Mon, 19 Jun 2023, Jacek Caban via Mingw-w64-public wrote:

v2 includes changes suggested by Martin. It also includes a documentation change to clarify the situation.

---
mingw-w64-crt/configure.ac                   |  4 +-
mingw-w64-doc/howto-build/ucrt-vs-msvcrt.txt | 58 ++++++++++++++++++++
mingw-w64-headers/configure.ac               | 12 ++--
3 files changed, 66 insertions(+), 8 deletions(-)
create mode 100644 mingw-w64-doc/howto-build/ucrt-vs-msvcrt.txt

+be supported. Users who wish to continue using msvcrt.dll can easily do so by
+adding the --with-default-msvcrt=msvcrt-os argument to both the
+mingw-w64-headers and mingw-w64-crt configure scripts.

Actually, you can do just --with-default-msvcrt=msvcrt - the distinction between msvcrt vs msvcrt-os is handled within mingw-w64-crt/configure.ac - so we don't need to expose that detail to users in this doc.

Same thing in the paragraph below, we could just name it "msvcrt" there.

+== See Also ==
+
+"MSVCRT vs UCRT": https://www.msys2.org/docs/environments/
\ No newline at end of file

Nit: Add the missing newline here.

Other than that, I think this looks quite reasonable if we want to go down this path, and good to have some sort of official docs on the matter.

// 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