Subversion Repositories Kolibri OS

Rev

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

Rev 7525 Rev 7527
Line 628... Line 628...
628
 {"SHELL", PROGS .. "/system/shell/shell"},
628
 {"SHELL", PROGS .. "/system/shell/shell"},
629
})
629
})
630
tup.append_table(extra_files, {
630
tup.append_table(extra_files, {
631
 {"kolibrios/3D/cubeline", PROGS .. "/demos/cubeline/trunk/cubeline"},
631
 {"kolibrios/3D/cubeline", PROGS .. "/demos/cubeline/trunk/cubeline"},
632
 {"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},
632
 {"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},
633
 {"kolibrios/games/2048/", PROGS .. "/games/2048/2048"},
633
 {"kolibrios/games/", PROGS .. "/games/2048/2048"},
634
 {"kolibrios/games/donkey", PROGS .. "/games/donkey/donkey"},
634
 {"kolibrios/games/", PROGS .. "/games/donkey/donkey"},
635
 {"kolibrios/games/heliothryx/", PROGS .. "/games/heliothryx/heliothryx"},
635
 {"kolibrios/games/", PROGS .. "/games/heliothryx/heliothryx"},
636
 {"kolibrios/games/marblematch3/", PROGS .. "/games/marblematch3/marblematch3"},
636
 {"kolibrios/games/", PROGS .. "/games/marblematch3/marblematch3"},
637
 {"kolibrios/games/nsider/", PROGS .. "/games/nsider/nsider"},
637
 {"kolibrios/games/", PROGS .. "/games/nsider/nsider"},
638
 {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
638
 {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
639
 {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
639
 {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
640
})
640
})
641
-- For russian build, add russian-only programs.
641
-- For russian build, add russian-only programs.
642
if build_type == "rus" then tup.append_table(extra_files, {
642
if build_type == "rus" then tup.append_table(extra_files, {
643
 {"kolibrios/games/21days/", PROGS .. "/games/21days/21days"},
643
 {"kolibrios/games/", PROGS .. "/games/21days/21days"},
644
}) end
644
}) end
645
end -- tup.getconfig('NO_GCC') ~= 'full'
645
end -- tup.getconfig('NO_GCC') ~= 'full'
Line 646... Line 646...
646
 
646
 
647
-- Skins.
647
-- Skins.