mirror of
https://github.com/holub/mame
synced 2025-04-16 05:24:54 +03:00
fixed duplicated lib name (nw)
ume links now
This commit is contained in:
parent
6825ee0a55
commit
a9c86a645d
@ -836,7 +836,7 @@ function linkProjects_mess_mess(_target, _subtarget)
|
||||
"zenith",
|
||||
"zpa",
|
||||
"zvt",
|
||||
"shared",
|
||||
"messshared",
|
||||
}
|
||||
if (_target=="mess") then
|
||||
links {
|
||||
@ -968,7 +968,7 @@ end
|
||||
-- the following files are general components and
|
||||
-- shared across a number of drivers
|
||||
--------------------------------------------------
|
||||
createMESSProjects(_target, _subtarget, "shared")
|
||||
createMESSProjects(_target, _subtarget, "messshared")
|
||||
files {
|
||||
MAME_DIR .. "src/mess/audio/mea8000.c",
|
||||
MAME_DIR .. "src/mess/machine/appldriv.c",
|
||||
|
Loading…
Reference in New Issue
Block a user