From c0db9fe01c8463cb0585bb4a971a33f9d6a1ce69 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 28 Oct 2019 14:56:37 +0100 Subject: [PATCH] Remove MinGW 7.2 note as we build 7.3 binaries now Also correct 8.x version number, it's 8.1 and not 8.3. --- docs/msw/binaries.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/msw/binaries.md b/docs/msw/binaries.md index 9b45c76b34..2058972520 100644 --- a/docs/msw/binaries.md +++ b/docs/msw/binaries.md @@ -9,14 +9,7 @@ We provide pre-built binary files for the following compilers: * Microsoft Visual C++ compiler versions 9.0, 10.0, 11.0, 12.0, 14.0, 14.1 and 14.2 (corresponding to marketing product names of Microsoft Visual Studio 2008, 2010, 2012, 2013, 2015, 2017 and 2019 respectively). Please note that MSVC 14.x versions are ABI-compatible and the same set of binaries is used for all of them. -* MinGW-w64 version 7.2 and 8.3 (with the default SJLJ exceptions propagation method for 32-bit builds, using C++11). Please note that you need to use the very latest MinGW-w64 7.2 compiler release with this version of the - compiler which can be downloaded from - [here for 32 bits](https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/7.2.0/threads-win32/sjlj/i686-7.2.0-release-win32-sjlj-rt_v5-rev1.7z/download) - and - [here for 64 bits](https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/7.2.0/threads-win32/seh/x86_64-7.2.0-release-win32-seh-rt_v5-rev1.7z/download), - the older "rev0" release has a known bug affecting building wxWidgets in - some scenarios. - +* MinGW-w64 version 7.3 and 8.1 (with the default SJLJ exceptions propagation method for 32-bit builds). Getting the files -----------------