[docs] Replace cyrillic 'с' with latin 'c' in register names
[kolibrios.git] / programs / other / TinyHashView / Tupfile.lua
blob53fe9d49bad1da957afc596e0573ee0382d5e2bd
1 if tup.getconfig("NO_TCC") ~= "" then return end
2 if tup.getconfig("HELPERDIR") == ""
3 then
4 HELPERDIR = "../../../programs"
5 end
6 tup.include(HELPERDIR .. "/use_tcc.lua")
8 LIBS = "-lcryptal -lbox_lib -ldialog"
10 link_tcc({"thashview.c"}, "thashview");