Subversion Repositories Kolibri OS

Rev

Rev 7083 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7083 Rev 7145
Line 1... Line 1...
1
if tup.getconfig('NO_JWASM') ~= "" then return end
1
if tup.getconfig('NO_JWASM') ~= "" or tup.getconfig("NO_GCC") ~= "" then return end
Line 2... Line 2...
2
 
2
 
3
if     tup.getconfig("LANG") == "it" then
3
if     tup.getconfig("LANG") == "it" then
4
  tup.definerule{command = "echo LANG_IT = 1 > lang.inc", outputs = {"lang.inc"}}
4
  tup.definerule{command = "echo LANG_IT = 1 > lang.inc", outputs = {"lang.inc"}}
5
elseif tup.getconfig("LANG") == "sp" then
5
elseif tup.getconfig("LANG") == "sp" then