comparison Makefile.w32 @ 434:8c3b3d8009f6

Add Mingw/win32 cross-build Makefile.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 07 Apr 2017 02:48:54 +0300
parents
children efd33accdc81
comparison
equal deleted inserted replaced
433:0a2f32b8a26e 434:8c3b3d8009f6
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