changeset 202:ae3e353731ae

Build system cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 01 Dec 2018 06:03:15 +0200
parents 20f579748902
children b4a349f1c2f4
files Makefile.w32
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.w32	Tue Nov 27 07:30:03 2018 +0200
+++ b/Makefile.w32	Sat Dec 01 06:03:15 2018 +0200
@@ -6,9 +6,14 @@
 BINTOOL_PREFIX=i686-w64-mingw32-
 WINDRES = $(BINTOOL_PREFIX)windres
 
-CFLAGS += -DHAVE_STRING_H -DTH_BYTEORDER=TH_LITTLE_ENDIAN -mconsole -D_NO_BOOL_TYPEDEF
+CFLAGS += -DTH_BYTEORDER=TH_LITTLE_ENDIAN -mconsole -D_NO_BOOL_TYPEDEF
 LDFLAGS += -s
 
+CFLAGS += -DHAVE_STRING_H
+CFLAGS += -DHAVE_STDINT_H
+#CFLAGS += -DHAVE_SYS_TYPES_H
+#CFLAGS += -DHAVE_INTTYPES_H
+
 # Miscellaneous
 EXEEXT=.exe
 OBJPATH=obj/win32/