summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2015-03-30 18:29:59 +1100
committer Vas Crabb <vas@vastheman.com>2015-03-30 18:30:29 +1100
commit73deef44fa82cbccdc3963a5ff5f694e1549bdeb (patch)
treedbadd1eb4989f763f5641751818b51942311a114 /src
parent7ae85d216b6e94925c5606331854d287a0532a7c (diff)
Fix UME build, allow custom target to inject stuff in main makefile
Diffstat (limited to 'src')
-rw-r--r--src/ume/ume.mak13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ume/ume.mak b/src/ume/ume.mak
new file mode 100644
index 00000000000..d319b666311
--- /dev/null
+++ b/src/ume/ume.mak
@@ -0,0 +1,13 @@
+###########################################################################
+#
+# makefile
+#
+# Additional makefile for building UME
+#
+# Copyright (c) Nicola Salmoria and the MAME Team.
+# Visit http://mamedev.org for licensing and usage restrictions.
+#
+###########################################################################
+
+GEN_FOLDERS += $(GENDIR)/mame/layout/ $(GENDIR)/mess/layout/
+LAYOUTS += $(wildcard $(SRC)/mame/layout/*.lay) $(wildcard $(SRC)/mess/layout/*.lay)