On 6/19/23 14:20, Martin Storsjö wrote:
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.


Oh, right, that's better. I sent a new version with suggested changes.


Thanks,

Jacek



_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to