Format Utility UI

git-svn-id: svn://kolibrios.org@7471 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
theonlymirage
2018-10-16 08:12:25 +00:00
parent 17331f9cb6
commit 7b6adfbb7f
2 changed files with 476 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("echo lang fix " .. ((tup.getconfig("LANG") == "") and "ru" or tup.getconfig("LANG")) .. " > lang.inc", {"lang.inc"})
tup.rule({"format.asm", extra_inputs = {"lang.inc"}}, "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "FORMAT")