kolibrios/programs/other/outdated/rb/trunk/Tupfile.lua
Kirill Lipatov (Leency) 16d9933413 rename @rb into rb
git-svn-id: svn://kolibrios.org@7962 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-20 19:42:38 +00:00

4 lines
278 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.rule({"rb.asm", extra_inputs = {"lang.inc"}}, "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "rb")