forked from KolibriOS/kolibrios
This option disables runtime checks to reduce binary file size. Signed-off-by: Max Logaev <maxlogaev@proton.me>
10 lines
204 B
Lua
10 lines
204 B
Lua
if tup.getconfig("NO_OB07") ~= "" then return end
|
|
if tup.getconfig("HELPERDIR") == ""
|
|
then
|
|
HELPERDIR = "../../"
|
|
end
|
|
|
|
tup.include(HELPERDIR .. "/use_ob07.lua")
|
|
|
|
build_ob07({"SRC/CEdit.ob07"}, "cedit");
|