forked from KolibriOS/kolibrios
- Move source code from `trunk` into program root directory. - Update build files and ASM include paths. This touches *many* files. - Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
3 lines
174 B
Lua
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")
|