Subversion Repositories Kolibri OS

Rev

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

Rev 9624 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
 
8
if tup.getconfig("LANG") == "ru"
6
if tup.getconfig("LANG") == "ru"
9
then C_LANG = "LANG_RUS"
7
then C_LANG = "LANG_RUS"