files
kolibrios/programs/develop/examples/radiobutton/Tupfile.lua
Andrew e34ff0ce52 develop/examples/radiobutton: Post-SVN tidy
- Move source code from `trunk` into program root directory.
- Update ASM include paths.
- Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
2025-05-23 03:20:02 +01:00

3 lines
134 B
Lua

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