comparison Makefile @ 713:93d0e1547842

th-libs now uses stdbool.h if possible, so we need to rename all BOOL/TRUE/FALSE to bool/true/false.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Dec 2022 13:20:25 +0200
parents 3a3e4fc53ac7
children
comparison
equal deleted inserted replaced
712:3a3e4fc53ac7 713:93d0e1547842
9 LDFLAGS += -lncurses 9 LDFLAGS += -lncurses
10 10
11 CFLAGS += -DUSE_XDG=1 11 CFLAGS += -DUSE_XDG=1
12 12
13 CFLAGS += -DHAVE_STRING_H 13 CFLAGS += -DHAVE_STRING_H
14 CFLAGS += -DHAVE_STDBOOL_H
14 CFLAGS += -DHAVE_INTTYPES_H 15 CFLAGS += -DHAVE_INTTYPES_H
15 #CFLAGS += -DHAVE_SYS_TYPES_H 16 #CFLAGS += -DHAVE_SYS_TYPES_H
16 17
17 include Makefile.unix 18 include Makefile.unix