[Scummvm-cvs-logs] CVS: scummvm configure,1.79,1.80

Travis Howell kirben at users.sourceforge.net
Wed Mar 17 01:39:14 CET 2004


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23967

Modified Files:
	configure 
Log Message:

Add Cygwin cross compile too.


Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- configure	17 Mar 2004 09:14:41 -0000	1.79
+++ configure	17 Mar 2004 09:28:36 -0000	1.80
@@ -501,8 +501,9 @@
 	    OBJS="$OBJS scummvmico.o"
 	    ;;
 	CYGWIN*)
-	    echo "cygwin not supported by configure script"
-	    exit 1
+	    DEFINES="$DEFINES -mno-cygwin -DWIN32"
+	    LIBS="$LIBS -lmingw32 -lwinmm"
+	    OBJS="$OBJS scummvmico.o"
 	    ;;
 	# given this is a shell script assume some type of unix
 	*)





More information about the Scummvm-git-logs mailing list