Clarify that Cygwin is not supported as building platform anymore

svn-id: r41419
This commit is contained in:
Eugene Sandulenko
2009-06-10 08:18:44 +00:00
parent a19622994b
commit ea0a2bcbbd
Vendored
+4
View File
@@ -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"
;;