kolibrios/programs/other/graph/branches/tcc_current/Tupfile.lua

11 lines
249 B
Lua
Raw Normal View History

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