summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Brad Hughes <bradhugh@outlook.com>2016-03-30 17:24:37 -0400
committer Brad Hughes <bradhugh@outlook.com>2016-03-30 17:24:37 -0400
commite0294a8ec30c168a2bc072a995127ac1a32b82e9 (patch)
tree7853fafcc9c13e8049b8b66ab56843742e532c18 /scripts/genie.lua
parent2b0cc65dba2465218cdfa0e88e37d9f3d11ff203 (diff)
parentb66574f30c1919829206848f763a4dc2096dd111 (diff)
Merge branch 'master' of https://github.com/mamedev/mame.git
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 9b2e86151ce..2277bbcd62a 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -53,7 +53,7 @@ end
function layoutbuildtask(_folder, _name)
return { MAME_DIR .. "src/".._folder.."/".. _name ..".lay" , GEN_DIR .. _folder .. "/".._name..".lh",
- { MAME_DIR .. "scripts/build/file2str.py" }, {"@echo Converting src/".._folder.."/".._name..".lay...", PYTHON .. " $(1) $(<) $(@) layout_".._name }};
+ { MAME_DIR .. "scripts/build/complay.py" }, {"@echo Compressing src/".._folder.."/".._name..".lay...", PYTHON .. " $(1) $(<) $(@) layout_".._name }};
end
function precompiledheaders()