From eb17c33b2db69e19add930e98953180d2b22aa96 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Tue, 31 Mar 2015 14:46:58 +1100 Subject: [PATCH] Fix layout generation for MESS --- src/mess/mess.mak | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/mess/mess.mak diff --git a/src/mess/mess.mak b/src/mess/mess.mak new file mode 100644 index 00000000000..ec5d2c2dd92 --- /dev/null +++ b/src/mess/mess.mak @@ -0,0 +1,13 @@ +########################################################################### +# +# makefile +# +# Additional makefile for building MESS +# +# Copyright (c) Nicola Salmoria and the MAME Team. +# Visit http://mamedev.org for licensing and usage restrictions. +# +########################################################################### + +GEN_FOLDERS += $(GENDIR)/mame/layout/ +LAYOUTS += $(SRC)/mame/layout/cdi.lay $(SRC)/mame/layout/neogeo.lay