diff options
author | Travis Howell | 2004-03-17 09:28:36 +0000 |
---|---|---|
committer | Travis Howell | 2004-03-17 09:28:36 +0000 |
commit | ab13bca41d09d57ed4469809bb03ddfa9cbaf63a (patch) | |
tree | 7704d8f37723ad9561bee74d1e00ca86f5a9cfdc | |
parent | d90e92019e56c2f447a53c6ec0dbb2e0c2555be0 (diff) | |
download | scummvm-rg350-ab13bca41d09d57ed4469809bb03ddfa9cbaf63a.tar.gz scummvm-rg350-ab13bca41d09d57ed4469809bb03ddfa9cbaf63a.tar.bz2 scummvm-rg350-ab13bca41d09d57ed4469809bb03ddfa9cbaf63a.zip |
Add Cygwin cross compile too.
svn-id: r13334
-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 *) |