files
kolibrios/programs/develop/libraries/box_lib/asm/Tupfile.lua
Andrew 37eb932a69
Some checks failed
Build system / Check kernel codestyle (pull_request) Successful in 25s
Build system / Build (pull_request) Failing after 35s
develop/libraries/box_lib: Post-SVN tidy
- 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-25 10:17:36 +01:00

3 lines
174 B
Lua

if tup.getconfig("NO_FASM") ~= "" then return end
tup.foreach_rule({"ctrldemo.asm", "editbox_ex.asm", "tooltip_demo.asm"}, "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "%B")