Files
kolibrios-gitea/programs/other/outdated/sysxtree/Tupfile.lua
Andrew 6372c36d86 outdated/sysxtree: Post-SVN tidy
- Move source code from `trunk` into root directory.
- Update build files and ASM include paths.
2025-11-18 14:59:56 +00:00

3 lines
132 B
Lua

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