kolibrios/programs/other/graph/branches/tcc_current/Tupfile.lua
vitalkrilov 2e97f212ae Graph (branch: tcc_current): added missing files... (oops)
git-svn-id: svn://kolibrios.org@9763 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-04-12 00:42:06 +00:00

11 lines
249 B
Lua
Executable File

if tup.getconfig("NO_TCC") ~= "" then return end
if tup.getconfig("HELPERDIR") == ""
then
HELPERDIR = "../../../../../programs"
end
tup.include(HELPERDIR .. "/use_tcc.lua")
LIBS = "-lbox_lib"
link_tcc({"main.c", "func.c", "parser.c"}, "graph");