Fix broken PGM and fixes to mame mingw makefile.

This commit is contained in:
tmaul 2014-09-07 20:07:09 +00:00
parent e3d9e919c8
commit 6a7659fdbb
2 changed files with 3239 additions and 2562 deletions

View File

@ -298,13 +298,13 @@ ifeq ($(MAKELEVEL),1)
ifdef DEPEND
all: init $(autdep) $(autobj)
@$(MAKE) -f makefile.mingw -s GCC471=1
@$(MAKE) -f makefile.mamemingw -s GCC471=1
else
all: init $(autobj)
@$(MAKE) -f makefile.mingw -s GCC471=1
@$(MAKE) -f makefile.mamemingw -s GCC471=1
endif

File diff suppressed because it is too large Load Diff