comparison Makefile.w64 @ 298:4c00b579d7ac

Build system define fixes.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 09 Jan 2020 18:31:02 +0200
parents a5bc27d26174
children
comparison
equal deleted inserted replaced
297:96ff762c54da 298:4c00b579d7ac
7 7
8 CFLAGS += -mconsole \ 8 CFLAGS += -mconsole \
9 -DTH_BYTEORDER=TH_LITTLE_ENDIAN \ 9 -DTH_BYTEORDER=TH_LITTLE_ENDIAN \
10 -D_NO_BOOL_TYPEDEF \ 10 -D_NO_BOOL_TYPEDEF \
11 -DHAVE_STRING_H \ 11 -DHAVE_STRING_H \
12 -DHAVE_STDINT_H 12 -DHAVE_INTTYPES_H
13 13
14 LDFLAGS += -s 14 LDFLAGS += -s
15 15
16 # Miscellaneous 16 # Miscellaneous
17 BINEXT=.exe 17 BINEXT=.exe