Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
9763 vitalkrilo 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")
7
 
8
LIBS = "-lbox_lib"
9
 
10
link_tcc({"main.c", "func.c", "parser.c"}, "graph");