aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTravis Howell2004-03-17 09:28:36 +0000
committerTravis Howell2004-03-17 09:28:36 +0000
commitab13bca41d09d57ed4469809bb03ddfa9cbaf63a (patch)
tree7704d8f37723ad9561bee74d1e00ca86f5a9cfdc /configure
parentd90e92019e56c2f447a53c6ec0dbb2e0c2555be0 (diff)
downloadscummvm-rg350-ab13bca41d09d57ed4469809bb03ddfa9cbaf63a.tar.gz
scummvm-rg350-ab13bca41d09d57ed4469809bb03ddfa9cbaf63a.tar.bz2
scummvm-rg350-ab13bca41d09d57ed4469809bb03ddfa9cbaf63a.zip
Add Cygwin cross compile too.
svn-id: r13334
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
*)