comparison Makefile.w32 @ 453:efd33accdc81

Break backwards compatibility by renaming BOOL, TRUE and FALSE to lowercase. Introduce optional but default use of stdbool.h.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Jan 2018 22:56:03 +0200
parents 8c3b3d8009f6
children 85fa3d333556
comparison
equal deleted inserted replaced
452:4471eadea472 453:efd33accdc81
9 OBJPATH = obj/win32/ 9 OBJPATH = obj/win32/
10 EXEEXT = .exe 10 EXEEXT = .exe
11 11
12 # Compiler flags and linker flags 12 # Compiler flags and linker flags
13 CFLAGS += -DHAVE_STRING_H -DTH_BYTEORDER=TH_LITTLE_ENDIAN -mconsole 13 CFLAGS += -DHAVE_STRING_H -DTH_BYTEORDER=TH_LITTLE_ENDIAN -mconsole
14 14 CFLAGS += -DHAVE_STDBOOL_H
15 15
16 16
17 ### 17 ###
18 ### Stuff 18 ### Stuff
19 ### 19 ###