2015-08-09 21:31:07 +00:00
|
|
|
if tup.getconfig("NO_FASM") ~= "" then return end
|
2024-05-21 14:45:21 +00:00
|
|
|
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../../programs" or tup.getconfig("HELPERDIR")
|
|
|
|
tup.include(HELPERDIR .. "/use_fasm.lua")
|
|
|
|
add_include(tup.getvariantdir())
|
2021-12-26 18:21:03 +00:00
|
|
|
|
2024-05-21 14:45:21 +00:00
|
|
|
tup.rule("colors.dtp.asm", 'fasm "%f" "%o"', "colors.dtp")
|
|
|
|
tup.rule({"default.asm", extra_inputs = {"colors.dtp"}}, FASM .. ' "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "Shkvorka.skn")
|