From ab13bca41d09d57ed4469809bb03ddfa9cbaf63a Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 17 Mar 2004 09:28:36 +0000 Subject: Add Cygwin cross compile too. svn-id: r13334 --- configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 368a41d735..4102536d0d 100755 --- a/configure +++ b/configure @@ -501,8 +501,9 @@ else 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 *) -- cgit v1.2.3