[Scummvm-cvs-logs] SF.net SVN: scummvm:[41419] scummvm/trunk/configure

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Jun 10 10:18:44 CEST 2009


Revision: 41419
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41419&view=rev
Author:   sev
Date:     2009-06-10 08:18:44 +0000 (Wed, 10 Jun 2009)

Log Message:
-----------
Clarify that Cygwin is not supported as building platform anymore

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2009-06-10 06:05:11 UTC (rev 41418)
+++ scummvm/trunk/configure	2009-06-10 08:18:44 UTC (rev 41419)
@@ -1115,6 +1115,10 @@
 		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"
 		;;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list