aboutsummaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.flags')
-rw-r--r--Makefile.flags3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.flags b/Makefile.flags
index 0b5eea43b..920fee322 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -98,7 +98,8 @@ CFLAGS += $(strip $(subst ",,$(CONFIG_EXTRA_CFLAGS)))
98endif 98endif
99 99
100ifeq ($(CONFIG_PLATFORM_MINGW32),y) 100ifeq ($(CONFIG_PLATFORM_MINGW32),y)
101CFLAGS += -Iwin32 101# These defintions are not strictly needed, but they help shut up fnmatch.c warnings
102CFLAGS += -Iwin32 -DHAVE_STRING_H=1 -DHAVE_CONFIG_H=0
102EXEEXT = .exe 103EXEEXT = .exe
103else 104else
104LDLIBS += m crypt 105LDLIBS += m crypt