files
kolibrios/programs/media/startmus/Tupfile.lua
Andrew 40534e92b4 media/startmus: Post-SVN tidy
- Move source code from `trunk` into 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-06-01 01:20:05 +01:00

3 lines
132 B
Lua

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