comparison Makefile.cross-mingw @ 735:31bc1ed07cf5

Renaming BOOL->bool and TRUE/FALSE to true/false, and using stdbool.h if available.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Dec 2022 12:14:39 +0200
parents 8e6caddfe117
children 7de6eb6d427c
comparison
equal deleted inserted replaced
734:2ae1045f6c18 735:31bc1ed07cf5
34 34
35 # Compiler flags and linker flags 35 # Compiler flags and linker flags
36 CFLAGS += \ 36 CFLAGS += \
37 -mconsole \ 37 -mconsole \
38 -DTH_BYTEORDER=TH_LITTLE_ENDIAN \ 38 -DTH_BYTEORDER=TH_LITTLE_ENDIAN \
39 -D_NO_BOOL_TYPEDEF \
40 -DHAVE_STRING_H \ 39 -DHAVE_STRING_H \
40 -DHAVE_STDBOOL_H \
41 -DHAVE_INTTYPES_H 41 -DHAVE_INTTYPES_H
42 42
43 LDFLAGS += 43 LDFLAGS +=
44 44
45 45