Files
kolibrios/programs/develop/cedit/Tupfile.lua
Max Logaev e9b6cf3fc9 cedit: Added to build system
Fixed installation of oberon07 compiler in ISO image

Signed-off-by: Max Logaev <maxlogaev@proton.me>
2026-02-21 19:22:11 +00:00

12 lines
244 B
Lua

if tup.getconfig("NO_OB07") ~= "" then return end
if tup.getconfig("HELPERDIR") == ""
then
HELPERDIR = "../../"
end
tup.include(HELPERDIR .. "/use_ob07.lua")
OB07_FLAGS = OB07_FLAGS .. "-nochk a "
build_ob07({"SRC/CEdit.ob07"}, "cedit");