kolibrios-fun/programs/other/TinyHashView/Tupfile.lua
turbocat 84cfbe46f0 TinyHashView: now uses autoimport.
git-svn-id: svn://kolibrios.org@9625 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-12 18:44:19 +00:00

11 lines
250 B
Lua

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");