From ea0a2bcbbdc0406eec97e161572c69da4e80f61a Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 10 Jun 2009 08:18:44 +0000 Subject: Clarify that Cygwin is not supported as building platform anymore svn-id: r41419 --- configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure b/configure index c2641b31f0..65e516de1a 100755 --- a/configure +++ b/configure @@ -1115,6 +1115,10 @@ case $_host_os in LIBS="$LIBS -lmingw32 -lwinmm" OBJS="$OBJS scummvmico.o" ;; + cygwin*) + echo ERROR: Cygwin building is not supported by ScummVM anymore. Consider using MinGW. + exit 0 + ;; os2-emx*) DEFINES="$DEFINES -DUNIX" ;; -- cgit v1.2.3