diff options
author | Eugene Sandulenko | 2009-06-10 08:18:44 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2009-06-10 08:18:44 +0000 |
commit | ea0a2bcbbdc0406eec97e161572c69da4e80f61a (patch) | |
tree | 68826a2bb002d884ddbfc1fb6086d1917efa5bf3 | |
parent | a19622994bc8c8411a64ad458335ee1989a78817 (diff) | |
download | scummvm-rg350-ea0a2bcbbdc0406eec97e161572c69da4e80f61a.tar.gz scummvm-rg350-ea0a2bcbbdc0406eec97e161572c69da4e80f61a.tar.bz2 scummvm-rg350-ea0a2bcbbdc0406eec97e161572c69da4e80f61a.zip |
Clarify that Cygwin is not supported as building platform anymore
svn-id: r41419
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" ;; |