files
kolibrios-gitea/programs/system/launcher/Tupfile.lua
Andrew 10632f5e07 system/launcher: Post-SVN clean up
- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths.
2025-06-18 12:20:07 +02:00

3 lines
132 B
Lua

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