summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2016-03-04 01:56:55 -0500
committer Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2016-03-04 01:56:55 -0500
commitdc6e705c0c87fad29643f583b698f4ecd0598523 (patch)
tree971e98fa23644c99d2fa79075f3ebb46fabda9a2 /scripts
parent5a5b7870817936cf0ae731c18745ba4483255d07 (diff)
fix mess.lua build until rest of mboard dependencies are flushed (nw)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 205302a8671..3beae94cb60 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -1774,8 +1774,8 @@ files {
createMESSProjects(_target, _subtarget, "hegener")
files {
MAME_DIR .. "src/mame/drivers/glasgow.cpp",
- MAME_DIR .. "src/mame/drivers/mephisto.cpp",
- MAME_DIR .. "src/mame/drivers/mmodular.cpp",
+-- MAME_DIR .. "src/mame/drivers/mephisto.cpp",
+-- MAME_DIR .. "src/mame/drivers/mmodular.cpp",
MAME_DIR .. "src/mame/drivers/stratos.cpp",
}