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:
couriersud 2016-12-28 15:01:33 +01:00
parent 1983580e26
commit 301a967276
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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",