Include fnmatch from GNU make.

This commit is contained in:
Johannes Schindelin
2006-09-20 17:25:42 +02:00
committed by Johannes Sixt
parent 649a5ce8d6
commit b4792a360e
5 changed files with 575 additions and 10 deletions

View File

@@ -425,8 +425,8 @@ ifneq (,$(findstring MINGW,$(uname_S)))
NO_STRCASESTR=YesPlease
NO_STRLCPY=YesPlease
NO_ICONV=YesPlease
COMPAT_CFLAGS += -DNO_ETC_PASSWD -DNO_ST_BLOCKS
COMPAT_OBJS += compat/mingw.o
COMPAT_CFLAGS += -DNO_ETC_PASSWD -DNO_ST_BLOCKS -I compat
COMPAT_OBJS += compat/mingw.o compat/fnmatch.o
EXTLIBS += -lws2_32 -lregex
X = .exe
endif