mame/scripts/build
Vas Crabb ab6237da82 Eliminated cross dependencies between driver projects.
Driver projects now use globs to search for files.  There's less effort
editing the Lua files when things are moved around.  Remember it won't
automatically pick up a change, so if you add/remove/change files, you
should touch makefile to get it to find the change.

Driver projects no longer get the top-level MAME directory as an include
path.  This means you need to think about how you structure things and
not introduce nasty circular dependencies.

Subtarget projects can now be generated entirely from .flt files without
the need for separate Lua scripts and .lst files.  This has been done
for the arcade, mess and virtual targets.  It effectively works like a
SOURCES= build on a large scale.  This means you need to organise things
so the dependency genrators can find them.

There's an issue with the mess subtarget right now.  For some reason,
decmate2.cpp isn't picking up the dependency on the PDP8 CPU core for
the HD6120 device.  I'll debug it later
2022-06-27 18:06:20 +10:00
..
complay.py rendlay: remove led8seg_gts1 2022-02-26 18:40:59 +01:00
file2lines.py compile in the contents of the COPYING file for the about box - safer than assuming it will be in the working directory. no attempt at compressing it for now (nw) 2020-03-22 00:03:07 +11:00
file2str.py
makedep.py Eliminated cross dependencies between driver projects. 2022-06-27 18:06:20 +10:00
msgfmt.py Overdue internal UI enhancements (#8674) 2021-10-09 12:16:17 +11:00
png2bdc.py Overdue internal UI enhancements (#8674) 2021-10-09 12:16:17 +11:00
png.py
verinfo.py -Got rid of some legacy MESS support glue. 2022-06-13 16:53:23 +10:00