files
kolibrios/programs/develop/libraries/fontslib/Tupfile.lua
Andrew efcc0e85f1 develop/libraries/fontslib: 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-25 14:29:58 +01:00

4 lines
188 B
Lua

if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("font_.asm", "fasm %f %o", "font01.ksf")
tup.rule("fonts_lib.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "fonts_lib.obj")