mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Fix linking issues due to VME commits. All vme bus objects files are now
in the mizar lib. This is suboptimal, but the code seems to crossreference across object files and from the bus code into the driver code. At least the source now links again. (nw)
This commit is contained in:
parent
1983580e26
commit
301a967276
@ -1491,12 +1491,6 @@ end
|
||||
|
||||
if (BUSES["VME"]~=null) then
|
||||
files {
|
||||
MAME_DIR .. "src/devices/bus/vme/vme.cpp",
|
||||
MAME_DIR .. "src/devices/bus/vme/vme.h",
|
||||
MAME_DIR .. "src/mame/bus/vme/mzr8105.cpp",
|
||||
MAME_DIR .. "src/mame/bus/vme/mzr8105.h",
|
||||
MAME_DIR .. "src/mame/bus/vme/mzr8300.cpp",
|
||||
MAME_DIR .. "src/mame/bus/vme/mzr8300.h",
|
||||
}
|
||||
end
|
||||
|
||||
|
@ -2210,6 +2210,12 @@ files {
|
||||
|
||||
createMESSProjects(_target, _subtarget, "mizar")
|
||||
files {
|
||||
MAME_DIR .. "src/devices/bus/vme/vme.cpp",
|
||||
MAME_DIR .. "src/devices/bus/vme/vme.h",
|
||||
MAME_DIR .. "src/mame/bus/vme/mzr8105.cpp",
|
||||
MAME_DIR .. "src/mame/bus/vme/mzr8105.h",
|
||||
MAME_DIR .. "src/mame/bus/vme/mzr8300.cpp",
|
||||
MAME_DIR .. "src/mame/bus/vme/mzr8300.h",
|
||||
MAME_DIR .. "src/mame/drivers/mzr8105.cpp",
|
||||
MAME_DIR .. "src/mame/includes/mzr8105.h",
|
||||
MAME_DIR .. "src/mame/machine/mzr8105.cpp",
|
||||
|
Loading…
Reference in New Issue
Block a user