kolibrios/programs/games/Dungeons/Tupfile.lua

3 lines
134 B
Lua
Raw Normal View History

if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule({"Dungeons.asm"}, "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "Dungeons")