kolibrios/programs/testing/genfiles/Tupfile.lua

3 lines
142 B
Lua
Raw Normal View History

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