diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 *) |