Subversion Repositories Kolibri OS

Rev

Rev 9763 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. if tup.getconfig("NO_TCC") ~= "" then return end
  2.  
  3. HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../../.." or tup.getconfig("HELPERDIR")
  4. tup.include(HELPERDIR .. "/use_tcc.lua")
  5.  
  6. LIBS = "-lbox_lib"
  7.  
  8. link_tcc({"main.c", "func.c", "parser.c"}, "graph");
  9.