# HG changeset patch # User Mike Becker # Date 1761685795 -3600 # Node ID dfd79d61504970924b6d7e6462b3d0a170c83a92 # Parent 464f896249c183791ee905bb97af00b4aab20bd2 remove mingw support (we have MSVC support) + fix regression on macos platform diff -r 464f896249c1 -r dfd79d615049 configure --- a/configure Tue Oct 28 21:46:37 2025 +0100 +++ b/configure Tue Oct 28 22:09:55 2025 +0100 @@ -536,28 +536,6 @@ done while true do - if notisplatform "mingw"; then - break - fi - while true - do - if [ -z "$lang_c" ] ; then - ERROR=1 - break - fi - - cat >> "$TEMP_DIR/make.mk" << __EOF__ -AR=ar -ARFLAGS=r -STLIB_EXT=.lib -SHLIB_EXT=.dll -__EOF__ - break - done - break -done -while true -do if notisplatform "macos"; then break fi @@ -583,6 +561,9 @@ if notisplatform "unix"; then break fi + if isplatform "macos" || istoolchain "macos"; then + break + fi while true do if [ -z "$lang_c" ] ; then diff -r 464f896249c1 -r dfd79d615049 make/project.xml --- a/make/project.xml Tue Oct 28 21:46:37 2025 +0100 +++ b/make/project.xml Tue Oct 28 22:09:55 2025 +0100 @@ -31,16 +31,6 @@ - - c - - AR=ar - ARFLAGS=r - STLIB_EXT=.lib - SHLIB_EXT=.dll - - - c @@ -51,7 +41,7 @@ - + c AR=ar