files
kolibrios-gitea/programs/system/launch/Tupfile.lua
Andrew 1a1accd8c0 system/launch: Post-SVN clean up
- Move source code from `trunk` into program root directory.
- Update build files.
2025-06-18 12:20:07 +02:00

7 lines
360 B
Lua

if tup.getconfig("NO_FASM") ~= "" then return end
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
tup.include(HELPERDIR .. "/use_fasm.lua")
add_include(HELPERDIR .. "/develop/libraries/libs-dev/libio")
tup.rule("launch.asm", FASM .. " -dlang=" .. tup.getconfig("LANG") .. " %f %o" .. tup.getconfig("KPACK_CMD"), "%B")