forked from KolibriOS/kolibrios
84cfbe46f0
git-svn-id: svn://kolibrios.org@9625 a494cfbc-eb01-0410-851d-a64ba20cac60
11 lines
250 B
Lua
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");
|