From 871837b1239ecd1b4363c97c3b5974b8fd88448b Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Wed, 29 Jun 2022 01:29:04 +1000 Subject: More quality of life features for new source layout: Added support for wildcards in .flt filter files. You'll need to quote them to avoid /* being parsed as a comment initiator, like "seta/*.cpp" on a line including the quotes. Added an XSLT filter for listing system driver sources, like mame -lx | xsltproc scripts/xslt/list-system-sources.xslt Converted the ci subtarget (which isn't really used much) into a .flt rather than .lua and .lst files. --- scripts/xslt/list-system-sources.xslt | 60 +++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 scripts/xslt/list-system-sources.xslt (limited to 'scripts/xslt/list-system-sources.xslt') diff --git a/scripts/xslt/list-system-sources.xslt b/scripts/xslt/list-system-sources.xslt new file mode 100644 index 00000000000..f714d136295 --- /dev/null +++ b/scripts/xslt/list-system-sources.xslt @@ -0,0 +1,60 @@ + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2