mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +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")
|
||||
|
||||
|
||||
if (_OPTIONS["target"]=="mess") then
|
||||
--------------------------------------------------
|
||||
-- castool
|
||||
--------------------------------------------------
|
||||
@ -534,3 +536,4 @@ files {
|
||||
MAME_DIR .. "src/mess/tools/imgtool/modules/hp48.c",
|
||||
}
|
||||
|
||||
end
|
Loading…
Reference in New Issue
Block a user