Subversion Repositories Kolibri OS

Rev

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

Rev 7658 Rev 7660
Line 419... Line 419...
419
 {"File Managers/KFM", PROGS .. "/fs/kfm/trunk/kfm"},
419
 {"File Managers/KFM", PROGS .. "/fs/kfm/trunk/kfm"},
420
 {"File Managers/OPENDIAL", PROGS .. "/fs/opendial/opendial"},
420
 {"File Managers/OPENDIAL", PROGS .. "/fs/opendial/opendial"},
421
 {"GAMES/15", PROGS .. "/games/15/trunk/15"},
421
 {"GAMES/15", PROGS .. "/games/15/trunk/15"},
422
 {"GAMES/FREECELL", PROGS .. "/games/freecell/freecell"},
422
 {"GAMES/FREECELL", PROGS .. "/games/freecell/freecell"},
423
 {"GAMES/GOMOKU", PROGS .. "/games/gomoku/trunk/gomoku"},
423
 {"GAMES/GOMOKU", PROGS .. "/games/gomoku/trunk/gomoku"},
424
 {"GAMES/KLAVISHA", PROGS .. "/games/klavisha/trunk/klavisha"},
-
 
425
 {"GAMES/LIGHTS", PROGS .. "/games/sq_game/trunk/SQ_GAME"},
424
 {"GAMES/LIGHTS", PROGS .. "/games/sq_game/trunk/SQ_GAME"},
426
 {"GAMES/LINES", PROGS .. "/games/lines/lines"},
425
 {"GAMES/LINES", PROGS .. "/games/lines/lines"},
427
 {"GAMES/MSQUARE", PROGS .. "/games/MSquare/trunk/MSquare"},
426
 {"GAMES/MSQUARE", PROGS .. "/games/MSquare/trunk/MSquare"},
428
 {"GAMES/PIPES", PROGS .. "/games/pipes/pipes"},
427
 {"GAMES/PIPES", PROGS .. "/games/pipes/pipes"},
429
 {"GAMES/PONG", PROGS .. "/games/pong/trunk/pong"},
428
 {"GAMES/PONG", PROGS .. "/games/pong/trunk/pong"},
Line 552... Line 551...
552
 {"kolibrios/utils/calcplus", PROGS .. "/other/calcplus/calcplus"},
551
 {"kolibrios/utils/calcplus", PROGS .. "/other/calcplus/calcplus"},
553
})
552
})
554
-- For russian build, add russian-only programs.
553
-- For russian build, add russian-only programs.
555
if build_type == "rus" then tup.append_table(img_files, {
554
if build_type == "rus" then tup.append_table(img_files, {
556
 {"PERIOD", PROGS .. "/other/period/trunk/period"},
555
 {"PERIOD", PROGS .. "/other/period/trunk/period"},
-
 
556
 {"GAMES/KLAVISHA", PROGS .. "/games/klavisha/trunk/klavisha"},
557
 {"DEVELOP/TESTCON2", PROGS .. "/develop/libraries/console_coff/examples/testcon2_rus"},
557
 {"DEVELOP/TESTCON2", PROGS .. "/develop/libraries/console_coff/examples/testcon2_rus"},
558
}) else tup.append_table(img_files, {
558
}) else tup.append_table(img_files, {
559
 {"DEVELOP/TESTCON2", PROGS .. "/develop/libraries/console_coff/examples/testcon2_eng"},
559
 {"DEVELOP/TESTCON2", PROGS .. "/develop/libraries/console_coff/examples/testcon2_eng"},
560
}) end
560
}) end