mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
Add mingw to configure (Not working yet)
svn-id: r13333
This commit is contained in:
parent
4c3a68027f
commit
d90e92019e
3
Makefile
3
Makefile
@ -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
6
configure
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user