2022-01-12 19:44:19 +01:00
|
|
|
if tup.getconfig("NO_TCC") ~= "" then return end
|
|
|
|
if tup.getconfig("HELPERDIR") == ""
|
|
|
|
then
|
|
|
|
HELPERDIR = "../../../programs"
|
|
|
|
end
|
|
|
|
tup.include(HELPERDIR .. "/use_tcc.lua")
|
|
|
|
|
|
|
|
LIBS = "-lcryptal -lbox_lib -ldialog"
|
|
|
|
|
|
|
|
link_tcc({"thashview.c"}, "thashview");
|