diff options
author | 2015-04-07 07:44:51 +0200 | |
---|---|---|
committer | 2015-04-07 07:44:51 +0200 | |
commit | 3991971c8647d2ad7725be0fef3ea1c425583a57 (patch) | |
tree | 639415d685e1629f40b51953ec2924c3874d915b /scripts/src/tools.lua | |
parent | c562cfb1c2ef4a43d17fa4d6a2e016d7c9a7ee4e (diff) |
compile mess tools only if target is mess (nw)
Diffstat (limited to 'scripts/src/tools.lua')
-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 |