[Scummvm-git-logs] scummvm master -> cd119507615e88dd67c55c62b0eb9b4a490ef964

sev- sev at scummvm.org
Fri May 24 20:27:24 CEST 2019


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

Summary:
cd11950761 CONFIGURE: Update for modern MinGW


Commit: cd119507615e88dd67c55c62b0eb9b4a490ef964
    https://github.com/scummvm/scummvm/commit/cd119507615e88dd67c55c62b0eb9b4a490ef964
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-05-24T20:27:09+02:00

Commit Message:
CONFIGURE: Update for modern MinGW

Changed paths:
    configure


diff --git a/configure b/configure
index 000eae7..969bc18 100755
--- a/configure
+++ b/configure
@@ -2780,7 +2780,7 @@ case $_host_os in
 		;;
 	mingw*)
 		append_var DEFINES "-DWIN32"
-		append_var DEFINES "-D__USE_MINGW_ANSI_STDIO=0"
+		# append_var DEFINES "-D__USE_MINGW_ANSI_STDIO=0"  # Modern MinGW does not need it
 		append_var LDFLAGS "-static-libgcc -static-libstdc++"
 		append_var LIBS "-lmingw32 -lwinmm -lgdi32"
 		append_var OBJS "dists/scummvm.o"





More information about the Scummvm-git-logs mailing list