From d9634b14f93e9611c110ef4bacf2ce46e1a23268 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Fri, 29 Dec 2006 08:56:45 +0100 Subject: [PATCH] Windows does not support C99 format strings. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 20065b7a11..9d4944a12d 100644 --- a/Makefile +++ b/Makefile @@ -425,6 +425,7 @@ ifneq (,$(findstring MINGW,$(uname_S))) NO_STRCASESTR=YesPlease NO_STRLCPY=YesPlease NO_ICONV=YesPlease + NO_C99_FORMAT = YesPlease NO_SVN_TESTS=YesPlease COMPAT_CFLAGS += -DNO_ETC_PASSWD -DNO_ST_BLOCKS -DSTRIP_EXTENSION=\".exe\" -I compat COMPAT_OBJS += compat/mingw.o compat/fnmatch.o -- 2.11.4.GIT