[Scummvm-git-logs] scummvm-tools master -> dab07d8025fe2f6375cee939f647b234d8b92ff1

ccawley2011 ccawley2011 at gmail.com
Fri Nov 8 18:18:06 CET 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .

Summary:
dab07d8025 CONFIGURE: Update for modern MinGW


Commit: dab07d8025fe2f6375cee939f647b234d8b92ff1
    https://github.com/scummvm/scummvm-tools/commit/dab07d8025fe2f6375cee939f647b234d8b92ff1
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2019-11-08T17:18:03Z

Commit Message:
CONFIGURE: Update for modern MinGW

Backported from scummvm/scummvm at cd11950

Changed paths:
    configure


diff --git a/configure b/configure
index b5b02e6..0865366 100755
--- a/configure
+++ b/configure
@@ -1276,7 +1276,7 @@ case $_host_os in
 		;;
 	mingw*)
 		DEFINES="$DEFINES -DWIN32"
-		DEFINES="$DEFINES -D__USE_MINGW_ANSI_STDIO=0"
+		# append_var DEFINES "-D__USE_MINGW_ANSI_STDIO=0"  # Modern MinGW does not need it
 		LDFLAGS="$LDFLAGS -static-libgcc -static-libstdc++"
 		LIBS="$LIBS -lmingw32 -lwinmm"
 		OBJS="$OBJS scummvmtoolswinres.o"





More information about the Scummvm-git-logs mailing list