From 5df1b60963060ea61de7bed8d2e8f68f284bf1d9 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 9 May 2015 15:10:29 +0200 Subject: MAME now represent full build, for building MESS drivers only use [Miodrag Milanovic] make SUBTARGET=mess, for building only Arcades drivers only use: make SUBTARGET=arcade --- scripts/genie.lua | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'scripts/genie.lua') diff --git a/scripts/genie.lua b/scripts/genie.lua index 42ff7fc64ce..fd9d14d0d4e 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -333,7 +333,11 @@ if (_OPTIONS["subtarget"] == nil) then return false end if (_OPTIONS["target"] == _OPTIONS["subtarget"]) then solution (_OPTIONS["target"]) else - solution (_OPTIONS["target"] .. _OPTIONS["subtarget"]) + if (_OPTIONS["subtarget"]=="mess") then + solution (_OPTIONS["subtarget"]) + else + solution (_OPTIONS["target"] .. _OPTIONS["subtarget"]) + end end configurations { @@ -1107,7 +1111,11 @@ dofile(path.join("src", "main.lua")) if (_OPTIONS["target"] == _OPTIONS["subtarget"]) then startproject (_OPTIONS["target"]) else - startproject (_OPTIONS["target"] .. _OPTIONS["subtarget"]) + if (_OPTIONS["subtarget"]=="mess") then + startproject (_OPTIONS["subtarget"]) + else + startproject (_OPTIONS["target"] .. _OPTIONS["subtarget"]) + end end mainProject(_OPTIONS["target"],_OPTIONS["subtarget"]) -- cgit v1.2.3-70-g09d2