Subversion Repositories Kolibri OS

Rev

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

Rev 7068 Rev 7069
Line 8... Line 8...
8
  tup.definerule{command = "echo LANG_EN = 1 > lang.inc", outputs = {"lang.inc"}}
8
  tup.definerule{command = "echo LANG_EN = 1 > lang.inc", outputs = {"lang.inc"}}
9
else
9
else
10
  tup.definerule{command = "echo LANG_EN = 1 > lang.inc", outputs = {"lang.inc"}}
10
  tup.definerule{command = "echo LANG_EN = 1 > lang.inc", outputs = {"lang.inc"}}
11
end
11
end
Line 12... Line -...
12
 
-
 
13
tup.rule("RUN.asm", "jwasm -zt0 -coff -Fi lang.inc RUN.asm", "RUN.obj")
-
 
14
tup.rule("RUN.obj", "ld -T LScript.x RUN.obj -o RUN -L ../../../../contrib/sdk/lib -l KolibriOS", "RUN")
-
 
15
tup.rule("RUN", "objcopy RUN -O binary -j .all", "RUN")
12
 
-
 
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
16
16