Subversion Repositories Kolibri OS

Rev

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

Rev 5321 Rev 5327
Line 480... Line 480...
480
 {"GAMES/REVERSI", PROGS .. "/games/reversi/trunk/reversi"},
480
 {"GAMES/REVERSI", PROGS .. "/games/reversi/trunk/reversi"},
481
 {"SHELL", PROGS .. "/system/shell/shell"},
481
 {"SHELL", PROGS .. "/system/shell/shell"},
482
})
482
})
483
tup.append_table(extra_files, {
483
tup.append_table(extra_files, {
484
 {"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},
484
 {"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},
485
 {"kolibrios/games/21days/", PROGS .. "/games/21days/21days"},
-
 
486
 {"kolibrios/games/heliothryx/", PROGS .. "/games/heliothryx/heliothryx"},
485
 {"kolibrios/games/heliothryx/", PROGS .. "/games/heliothryx/heliothryx"},
487
 {"kolibrios/games/2048/", PROGS .. "/games/2048/2048"},
486
 {"kolibrios/games/2048/", PROGS .. "/games/2048/2048"},
488
 {"kolibrios/games/marblematch3/", PROGS .. "/games/marblematch3/marblematch3"},
487
 {"kolibrios/games/marblematch3/", PROGS .. "/games/marblematch3/marblematch3"},
489
 {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
488
 {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
490
 {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
489
 {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
491
})
490
})
-
 
491
-- For russian build, add russian-only programs.
-
 
492
if build_type == "rus" then tup.append_table(img_files, {
-
 
493
 {"kolibrios/games/21days/", PROGS .. "/games/21days/21days"},
-
 
494
})
492
end -- tup.getconfig('NO_GCC') ~= 'full'
495
end -- tup.getconfig('NO_GCC') ~= 'full'
Line 493... Line 496...
493
 
496
 
494
-- Skins.
497
-- Skins.