comparison Makefile.cross-mingw @ 393:db64a58314a9

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:19:12 +0200
parents bf954444cce7
children 8958acd67028
comparison
equal deleted inserted replaced
392:ad0fe49a211a 393:db64a58314a9
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 \ 39 -D_NO_BOOL_TYPEDEF \
40 -DHAVE_STRING_H \ 40 -DHAVE_STRING_H \
41 -DHAVE_STDBOOL_H \
41 -DHAVE_INTTYPES_H 42 -DHAVE_INTTYPES_H
42 43
43 LDFLAGS += -s 44 LDFLAGS += -s
44 STILGREPC_LDFLAGS += -lole32 45 STILGREPC_LDFLAGS += -lole32
45 46