comparison Makefile.w32 @ 457:85fa3d333556

Actually, revert the boolean changes .. meh.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Jan 2018 23:09:29 +0200
parents efd33accdc81
children
comparison
equal deleted inserted replaced
456:1bf886fa9db5 457:85fa3d333556
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 CFLAGS += -DHAVE_STDBOOL_H 14
15 15
16 16
17 ### 17 ###
18 ### Stuff 18 ### Stuff
19 ### 19 ###