Subversion Repositories Kolibri OS

Rev

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

Rev 7647 Rev 7648
Line 548... Line 548...
548
})
548
})
549
-- For russian build, add russian-only programs.
549
-- For russian build, add russian-only programs.
550
if build_type == "rus" then tup.append_table(img_files, {
550
if build_type == "rus" then tup.append_table(img_files, {
551
 {"PERIOD", PROGS .. "/other/period/trunk/period"},
551
 {"PERIOD", PROGS .. "/other/period/trunk/period"},
552
 {"DEVELOP/TESTCON2", PROGS .. "/develop/libraries/console_coff/examples/testcon2_rus"},
552
 {"DEVELOP/TESTCON2", PROGS .. "/develop/libraries/console_coff/examples/testcon2_rus"},
-
 
553
 {"MEDIA/PIANO", PROGS .. "/media/piano/piano"},
553
}) else tup.append_table(img_files, {
554
}) else tup.append_table(img_files, {
554
 {"DEVELOP/TESTCON2", PROGS .. "/develop/libraries/console_coff/examples/testcon2_eng"},
555
 {"DEVELOP/TESTCON2", PROGS .. "/develop/libraries/console_coff/examples/testcon2_eng"},
555
}) end
556
}) end
Line 556... Line 557...
556
 
557