files
kolibrios/programs/system/docky/Tupfile.lua
Andrew 12c0d3916f system/docky: Post-SVN clean up
- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths.
- Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
2025-05-20 19:10:54 +01:00

3 lines
126 B
Lua

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