Add mingw to configure (Not working yet)

svn-id: r13333
This commit is contained in:
Travis Howell 2004-03-17 09:14:41 +00:00
parent 4c3a68027f
commit d90e92019e
2 changed files with 6 additions and 3 deletions

View File

@ -55,6 +55,9 @@ config.mak: $(srcdir)/configure
@echo "If you cannot run configure, use 'make -f Makefile.noconf'"
@exit 1
scummvmico.o: scummvm.ico
windres scummvm.rc scummvmico.o
dist:
$(RM) $(ZIPFILE)
$(ZIP) $(ZIPFILE) $(DISTFILES)

6
configure vendored
View File

@ -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"