aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTravis Howell2004-03-17 09:14:41 +0000
committerTravis Howell2004-03-17 09:14:41 +0000
commitd90e92019e56c2f447a53c6ec0dbb2e0c2555be0 (patch)
tree039bf7bafdbbf191640f6ba91a56df4f8058928f /configure
parent4c3a68027f7f84a58664f77c847d24ab5b9757e4 (diff)
downloadscummvm-rg350-d90e92019e56c2f447a53c6ec0dbb2e0c2555be0.tar.gz
scummvm-rg350-d90e92019e56c2f447a53c6ec0dbb2e0c2555be0.tar.bz2
scummvm-rg350-d90e92019e56c2f447a53c6ec0dbb2e0c2555be0.zip
Add mingw to configure (Not working yet)
svn-id: r13333
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 91618132f4..368a41d735 100755
--- a/configure
+++ b/configure
@@ -496,9 +496,9 @@ else
CXXFLAGS="$CXXFLAGS -faltivec"
;;
MINGW32*)
- echo "mingw32 not supported by configure script"
- echo "Try 'make -f Makefile.mingw'"
- exit 1
+ DEFINES="$DEFINES -DWIN32"
+ LIBS="$LIBS -lmingw32 -lwinmm"
+ OBJS="$OBJS scummvmico.o"
;;
CYGWIN*)
echo "cygwin not supported by configure script"