mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
user overriden parameters for compiling mc68k core (nw)
This commit is contained in:
parent
118d70ac75
commit
0be7219fbb
2
makefile
2
makefile
@ -1267,7 +1267,7 @@ $(GENDIR)/%.lh: $(SRC)/%.lay scripts/build/file2str.py | $(GEN_FOLDERS)
|
||||
$(SILENT)$(PYTHON) scripts/build/file2str.py $< $@ layout_$(basename $(notdir $<))
|
||||
|
||||
$(SRC)/devices/cpu/m68000/m68kops.cpp: $(SRC)/devices/cpu/m68000/m68k_in.cpp $(SRC)/devices/cpu/m68000/m68kmake.cpp
|
||||
$(SILENT) $(MAKE) -C $(SRC)/devices/cpu/m68000
|
||||
$(SILENT) $(MAKE) -C $(SRC)/devices/cpu/m68000 CC=$(CC) CXX=$(CXX)
|
||||
|
||||
#-------------------------------------------------
|
||||
# Regression tests
|
||||
|
Loading…
Reference in New Issue
Block a user