2014-09-12 17:15:23 +02:00
|
|
|
if tup.getconfig("NO_FASM") ~= "" then return end
|
2019-05-15 21:53:46 +02:00
|
|
|
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../.." or tup.getconfig("HELPERDIR")
|
|
|
|
tup.include(HELPERDIR .. "/use_fasm.lua")
|
|
|
|
|
|
|
|
add_include(HELPERDIR .. "/develop/libraries/libs-dev/libimg")
|
|
|
|
tup.rule("kiv.asm", FASM .. " %f %o " .. tup.getconfig("KPACK_CMD"), "kiv")
|