summaryrefslogtreecommitdiffstatshomepage
path: root/src/ume/ume.mak
diff options
context:
space:
mode:
Diffstat (limited to 'src/ume/ume.mak')
-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)