Subversion Repositories Kolibri OS

Rev

Rev 7068 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
7067 0CodErr 1
if     tup.getconfig("LANG") == "it" then
2
  tup.definerule{command = "echo LANG_IT = 1 > lang.inc", outputs = {"lang.inc"}}
3
elseif tup.getconfig("LANG") == "sp" then
4
  tup.definerule{command = "echo LANG_SP = 1 > lang.inc", outputs = {"lang.inc"}}
5
elseif tup.getconfig("LANG") == "ru" then
6
  tup.definerule{command = "echo LANG_RU = 1 > lang.inc", outputs = {"lang.inc"}}
7
elseif tup.getconfig("LANG") == "en" then
8
  tup.definerule{command = "echo LANG_EN = 1 > lang.inc", outputs = {"lang.inc"}}
9
else
10
  tup.definerule{command = "echo LANG_EN = 1 > lang.inc", outputs = {"lang.inc"}}
11
end
12
 
7069 0CodErr 13
: RUN.asm |> jwasm -zt0 -coff -Fi lang.inc RUN.asm |> RUN.obj
14
: RUN.obj |> ld -T LScript.x RUN.obj -o RUN -L ../../../../contrib/sdk/lib -l KolibriOS |> RUN
15
: RUN     |> objcopy RUN -O binary -j .all |> RUN