forked from KolibriOS/kolibrios
rename @rb into rb
git-svn-id: svn://kolibrios.org@7962 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
06a59f5da7
commit
16d9933413
@ -1,3 +1,3 @@
|
||||
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")
|
||||
tup.rule({"rb.asm", extra_inputs = {"lang.inc"}}, "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "rb")
|
||||
|
Loading…
Reference in New Issue
Block a user