2015-02-11 21:41:46 +01:00
|
|
|
if tup.getconfig("NO_FASM") ~= "" then return end
|
2015-02-11 21:44:25 +01:00
|
|
|
tup.rule("echo lang fix " .. ((tup.getconfig("LANG") == "") and "en" or tup.getconfig("LANG")) .. " > lang.inc", {"lang.inc"})
|
2015-02-11 21:47:36 +01:00
|
|
|
tup.rule({"open.asm", extra_inputs = {"lang.inc"}}, "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "open")
|