Subversion Repositories Kolibri OS

Rev

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

Rev 7080 Rev 7081
Line -... Line 1...
-
 
1
if tup.getconfig('NO_JWASM') ~= 'full' then return end
-
 
2
 
1
if     tup.getconfig("LANG") == "it" then
3
if     tup.getconfig("LANG") == "it" then
2
  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"}}
3
elseif tup.getconfig("LANG") == "sp" then
5
elseif tup.getconfig("LANG") == "sp" then
4
  tup.definerule{command = "echo LANG_SP = 1 > lang.inc", outputs = {"lang.inc"}}
6
  tup.definerule{command = "echo LANG_SP = 1 > lang.inc", outputs = {"lang.inc"}}
5
elseif tup.getconfig("LANG") == "ru" then
7
elseif tup.getconfig("LANG") == "ru" then