- bigger fonts - system colors - code refactoring to make UI flexble - move from ISO to IMG
3 lines
165 B
Lua
3 lines
165 B
Lua
if tup.getconfig("NO_FASM") ~= "" then return end
|
|
tup.rule("pipet.asm", FASM .. " -dlang=" .. tup.getconfig("LANG") .. " %f %o" .. tup.getconfig("KPACK_CMD"), "%B")
|