Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  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. SRCS = {
  9.     "man2html.c",
  10.     "cgibase.c",
  11.     "abbrev.c",
  12.     "strdefs.c"
  13. }
  14.  
  15. link_tcc(SRCS, "man2html");
  16.