Subversion Repositories Kolibri OS

Rev

Rev 7688 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
7687 leency 1
if tup.getconfig("NO_FASM") ~= "" then return end
7688 leency 2
tup.rule("default.dtp.asm", 'fasm "%f" "%o"', "default.dtp")
7690 leency 3
tup.rule({"LucidChocolate.asm", extra_inputs = {"default.dtp"}}, 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "LucidChocolate.skn")