kolibrios/programs/develop/libraries/box_lib/asm/trunk/Tupfile.lua

3 lines
154 B
Lua
Raw Normal View History

if tup.getconfig("NO_FASM") ~= "" then return end
tup.foreach_rule({"ctrldemo.asm", "editbox_ex.asm"}, "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "%B")