Subversion Repositories Kolibri OS

Rev

Rev 9657 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9657 Rev 9781
Line 1... Line 1...
1
if tup.getconfig("NO_TCC") ~= "" then return end
1
if tup.getconfig("NO_TCC") ~= "" then return end
2
if tup.getconfig("HELPERDIR") == ""
-
 
3
then
2
 
4
  HELPERDIR = "../../../../programs"
3
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../.." or tup.getconfig("HELPERDIR")
5
end
-
 
6
tup.include(HELPERDIR .. "/use_tcc.lua")
4
tup.include(HELPERDIR .. "/use_tcc.lua")
Line 7... Line 5...
7
 
5