comparison Makefile.cross-mingw @ 637:8e6caddfe117

Cosmetic Windows/MINGW Makefile flags reorder.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Jan 2020 08:07:52 +0200
parents ee165ef28b6f
children 31bc1ed07cf5
comparison
equal deleted inserted replaced
636:c5ce9a4bfc3e 637:8e6caddfe117
32 BINPATH = ./ 32 BINPATH = ./
33 BINEXT = .exe 33 BINEXT = .exe
34 34
35 # Compiler flags and linker flags 35 # Compiler flags and linker flags
36 CFLAGS += \ 36 CFLAGS += \
37 -mconsole \
38 -DTH_BYTEORDER=TH_LITTLE_ENDIAN \
37 -D_NO_BOOL_TYPEDEF \ 39 -D_NO_BOOL_TYPEDEF \
38 -DHAVE_STRING_H \ 40 -DHAVE_STRING_H \
39 -DHAVE_INTTYPES_H \ 41 -DHAVE_INTTYPES_H
40 -DTH_BYTEORDER=TH_LITTLE_ENDIAN \
41 -mconsole
42 42
43 LDFLAGS += 43 LDFLAGS +=
44 44
45 45
46 ### 46 ###