# HG changeset patch # User Matti Hamalainen # Date 1550562581 -7200 # Node ID 58b744131b86186581098e6904dc920c33f88914 # Parent 85039ab7e6ab7b9be5b11c0585812c9a9f26c61d Rename cross-mingw Makefile properly. diff -r 85039ab7e6ab -r 58b744131b86 Makefile.cross-mingw --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile.cross-mingw Tue Feb 19 09:49:41 2019 +0200 @@ -0,0 +1,24 @@ +# +# For win32 version cross-compilation with MinGW suite @ Linux +# + +# Miscellaneous +BINTOOL_PREFIX = i686-w64-mingw32- +PREFIX = +BINPATH = ./ +OBJPATH = obj/win32/ +EXEEXT = .exe + +# Compiler flags and linker flags +CFLAGS += -DHAVE_STRING_H -DTH_BYTEORDER=TH_LITTLE_ENDIAN -mconsole + + + +### +### Stuff +### +#NOINST_TARGETS += $(ENDIANCHK_BIN) config.h +#THLIBS_DEP += config.h + +include Makefile.gen + diff -r 85039ab7e6ab -r 58b744131b86 Makefile.w32 --- a/Makefile.w32 Tue Feb 19 06:12:18 2019 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -# -# For win32 version cross-compilation with MinGW suite @ Linux -# - -# Miscellaneous -BINTOOL_PREFIX = i686-w64-mingw32- -PREFIX = -BINPATH = ./ -OBJPATH = obj/win32/ -EXEEXT = .exe - -# Compiler flags and linker flags -CFLAGS += -DHAVE_STRING_H -DTH_BYTEORDER=TH_LITTLE_ENDIAN -mconsole - - - -### -### Stuff -### -#NOINST_TARGETS += $(ENDIANCHK_BIN) config.h -#THLIBS_DEP += config.h - -include Makefile.gen -