comparison Makefile.cross-mingw @ 484:58b744131b86

Rename cross-mingw Makefile properly.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Feb 2019 09:49:41 +0200
parents Makefile.w32@85fa3d333556
children ad647427303a
comparison
equal deleted inserted replaced
483:85039ab7e6ab 484:58b744131b86
1 #
2 # For win32 version cross-compilation with MinGW suite @ Linux
3 #
4
5 # Miscellaneous
6 BINTOOL_PREFIX = i686-w64-mingw32-
7 PREFIX =
8 BINPATH = ./
9 OBJPATH = obj/win32/
10 EXEEXT = .exe
11
12 # Compiler flags and linker flags
13 CFLAGS += -DHAVE_STRING_H -DTH_BYTEORDER=TH_LITTLE_ENDIAN -mconsole
14
15
16
17 ###
18 ### Stuff
19 ###
20 #NOINST_TARGETS += $(ENDIANCHK_BIN) config.h
21 #THLIBS_DEP += config.h
22
23 include Makefile.gen
24