2017-01-19 14:34:02 +00:00
|
|
|
if tup.getconfig("NO_FASM") ~= "" then return end
|
2017-12-05 07:29:50 +00:00
|
|
|
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../.." or tup.getconfig("HELPERDIR")
|
|
|
|
tup.include(HELPERDIR .. "/use_fasm.lua")
|
|
|
|
|
|
|
|
add_include(HELPERDIR .. "/develop/libraries/libs-dev/libio")
|
2017-12-20 00:51:00 +00:00
|
|
|
tup.rule("launch.asm", FASM .. " -dlang=" .. tup.getconfig("LANG") .. " %f %o" .. tup.getconfig("KPACK_CMD"), "%B")
|