kolibrios/programs/other/outdated/clip/trunk/Tupfile.lua
Kirill Lipatov (Leency) 31410fbdb3 bigger fonts in docpack; move /system/clip to /other/outdated/
git-svn-id: svn://kolibrios.org@6267 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-20 17:21:34 +00:00

4 lines
305 B
Lua

if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("echo lang fix " .. ((tup.getconfig("LANG") == "") and "en" or tup.getconfig("LANG")) .. " > lang.inc", {"lang.inc"})
tup.foreach_rule({"@clip.ASM", "cliptest.ASM", extra_inputs = {"lang.inc"}}, "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "%B")