diff options
Diffstat (limited to 'Makefile.flags')
-rw-r--r-- | Makefile.flags | 3 |
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))) | |||
98 | endif | 98 | endif |
99 | 99 | ||
100 | ifeq ($(CONFIG_PLATFORM_MINGW32),y) | 100 | ifeq ($(CONFIG_PLATFORM_MINGW32),y) |
101 | CFLAGS += -Iwin32 | 101 | # These defintions are not strictly needed, but they help shut up fnmatch.c warnings |
102 | CFLAGS += -Iwin32 -DHAVE_STRING_H=1 -DHAVE_CONFIG_H=0 | ||
102 | EXEEXT = .exe | 103 | EXEEXT = .exe |
103 | else | 104 | else |
104 | LDLIBS += m crypt | 105 | LDLIBS += m crypt |