Updated LUA-build files for "Hot Angles".

git-svn-id: svn://kolibrios.org@7379 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
theonlymirage 2018-09-18 03:28:17 +00:00
parent 154ca37339
commit ef8c270fe7
2 changed files with 0 additions and 12 deletions

View File

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

View File

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