mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
compile mess tools only if target is mess (nw)
This commit is contained in:
parent
c562cfb1c2
commit
3991971c86
@ -394,6 +394,8 @@ files {
|
|||||||
|
|
||||||
dofile("netlist.lua")
|
dofile("netlist.lua")
|
||||||
|
|
||||||
|
|
||||||
|
if (_OPTIONS["target"]=="mess") then
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
-- castool
|
-- castool
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
@ -534,3 +536,4 @@ files {
|
|||||||
MAME_DIR .. "src/mess/tools/imgtool/modules/hp48.c",
|
MAME_DIR .. "src/mess/tools/imgtool/modules/hp48.c",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
end
|
Loading…
Reference in New Issue
Block a user