2014-09-12 17:15:23 +02:00
|
|
|
if tup.getconfig("NO_FASM") ~= "" then return end
|
2024-05-21 16:45:21 +02:00
|
|
|
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../../programs" or tup.getconfig("HELPERDIR")
|
|
|
|
tup.include(HELPERDIR .. "/use_fasm.lua")
|
|
|
|
add_include(tup.getvariantdir())
|
|
|
|
|
2021-11-20 23:02:25 +01:00
|
|
|
tup.rule("colour.asm", 'fasm "%f" "%o"', "colour.dtp")
|
2024-05-21 16:45:21 +02:00
|
|
|
tup.rule({"default.asm", extra_inputs = {"colour.dtp"}}, FASM .. ' "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "mage-scroll.skn")
|