mirror of
https://github.com/holub/mame
synced 2025-04-16 13:34:55 +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",
|
"zenith",
|
||||||
"zpa",
|
"zpa",
|
||||||
"zvt",
|
"zvt",
|
||||||
"shared",
|
"messshared",
|
||||||
}
|
}
|
||||||
if (_target=="mess") then
|
if (_target=="mess") then
|
||||||
links {
|
links {
|
||||||
@ -968,7 +968,7 @@ end
|
|||||||
-- the following files are general components and
|
-- the following files are general components and
|
||||||
-- shared across a number of drivers
|
-- shared across a number of drivers
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
createMESSProjects(_target, _subtarget, "shared")
|
createMESSProjects(_target, _subtarget, "messshared")
|
||||||
files {
|
files {
|
||||||
MAME_DIR .. "src/mess/audio/mea8000.c",
|
MAME_DIR .. "src/mess/audio/mea8000.c",
|
||||||
MAME_DIR .. "src/mess/machine/appldriv.c",
|
MAME_DIR .. "src/mess/machine/appldriv.c",
|
||||||
|
Loading…
Reference in New Issue
Block a user