CONFIGURE: Update for modern MinGW

This commit is contained in:
Eugene Sandulenko 2019-05-24 20:26:23 +02:00
parent a6d7c6c02a
commit cd11950761

2
configure vendored
View file

@ -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"