compile mess tools only if target is mess (nw)

This commit is contained in:
Miodrag Milanovic 2015-04-07 07:44:51 +02:00
parent c562cfb1c2
commit 3991971c86

View File

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