kolibrios-fun/programs/other/RDInfo/Tupfile.lua

3 lines
138 B
Lua
Raw Normal View History

if tup.getconfig("NO_NASM") ~= "" then return end
tup.rule("RDInfo.asm", "nasm -f bin -o %o %f " .. tup.getconfig("KPACK_CMD"), "RDInfo")