# HG changeset patch # User Matti Hamalainen # Date 1579586872 -7200 # Node ID 8e6caddfe117ccf0fada74d9c7cace867f9c88f2 # Parent c5ce9a4bfc3ec1db0617f30b95262055bbd1fbd5 Cosmetic Windows/MINGW Makefile flags reorder. diff -r c5ce9a4bfc3e -r 8e6caddfe117 Makefile.cross-mingw --- a/Makefile.cross-mingw Tue Jan 21 07:54:42 2020 +0200 +++ b/Makefile.cross-mingw Tue Jan 21 08:07:52 2020 +0200 @@ -34,11 +34,11 @@ # Compiler flags and linker flags CFLAGS += \ + -mconsole \ + -DTH_BYTEORDER=TH_LITTLE_ENDIAN \ -D_NO_BOOL_TYPEDEF \ -DHAVE_STRING_H \ - -DHAVE_INTTYPES_H \ - -DTH_BYTEORDER=TH_LITTLE_ENDIAN \ - -mconsole + -DHAVE_INTTYPES_H LDFLAGS +=