aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
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
*)