Remove obsolete paths, fix comment, and fix dummy.lua

This commit is contained in:
Frank Palazzolo 2020-05-22 09:13:22 -04:00
parent 6cecf61092
commit 0b50073fa5
2 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,9 @@ function createProjects_mame_dummy(_target, _subtarget)
MAME_DIR .. "src/mame",
MAME_DIR .. "src/lib",
MAME_DIR .. "src/lib/util",
MAME_DIR .. "src/lib/netlist",
MAME_DIR .. "3rdparty",
GEN_DIR .. "mess/layout",
GEN_DIR .. "mame/layout",
}
files{

View File

@ -1370,7 +1370,6 @@ function createMESSProjects(_target, _subtarget, _name)
MAME_DIR .. "src/lib/util",
MAME_DIR .. "src/lib/netlist",
MAME_DIR .. "3rdparty",
GEN_DIR .. "mess/layout",
GEN_DIR .. "mame/layout",
}