diff options
-rw-r--r-- | scripts/src/tools.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/src/tools.lua b/scripts/src/tools.lua index aaa3c780b08..2bab6a7a890 100644 --- a/scripts/src/tools.lua +++ b/scripts/src/tools.lua @@ -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
\ No newline at end of file |