Fix broken PGM and fixes to mame mingw makefile.
This commit is contained in:
parent
e3d9e919c8
commit
6a7659fdbb
|
@ -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
Loading…
Reference in New Issue