mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-10 04:23:24 -04:00

Original source: http://ftp.kolibrios.org/arch/libraries/TinyGL/examples/flag_src.7z Reviewed-on: https://git.kolibrios.org/KolibriOS/kolibrios/pulls/219 Reviewed-by: Max Logaev <maxlogaev@proton.me> Reviewed-by: Ivan B <dunkaist@noreply.localhost> Co-authored-by: IgorA <aie85playm@gmail.com> Co-committed-by: IgorA <aie85playm@gmail.com>
3 lines
124 B
Lua
3 lines
124 B
Lua
if tup.getconfig("NO_FASM") ~= "" then return end
|
|
tup.rule("flag.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "flag")
|