Subversion Repositories Kolibri OS

Rev

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

Rev 8472 Rev 8503
Line 692... Line 692...
692
end -- tup.getconfig('NO_TCC') ~= 'full' 
692
end -- tup.getconfig('NO_TCC') ~= 'full' 
Line 693... Line 693...
693
 
693
 
694
-- Programs that require GCC to compile.
694
-- Programs that require GCC to compile.
695
if tup.getconfig('NO_GCC') ~= 'full' then
695
if tup.getconfig('NO_GCC') ~= 'full' then
696
tup.append_table(img_files, {
-
 
697
 {"GAMES/CHECKERS", PROGS .. "/games/checkers/trunk/checkers"},
696
tup.append_table(img_files, {
698
 {"GAMES/REVERSI", PROGS .. "/games/reversi/trunk/reversi"},
697
 {"GAMES/REVERSI", PROGS .. "/games/reversi/trunk/reversi"},
699
 {"SHELL", PROGS .. "/system/shell/shell"},
698
 {"SHELL", PROGS .. "/system/shell/shell"},
700
})
699
})
701
tup.append_table(extra_files, {
700
tup.append_table(extra_files, {
Line 708... Line 707...
708
 {"kolibrios/games/marblematch3", PROGS .. "/games/marblematch3/marblematch3"},
707
 {"kolibrios/games/marblematch3", PROGS .. "/games/marblematch3/marblematch3"},
709
 {"kolibrios/games/nsider", PROGS .. "/games/nsider/nsider"},
708
 {"kolibrios/games/nsider", PROGS .. "/games/nsider/nsider"},
710
 {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
709
 {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
711
 {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
710
 {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
712
 {"kolibrios/games/fridge/", PROGS .. "/games/fridge/fridge"},
711
 {"kolibrios/games/fridge/", PROGS .. "/games/fridge/fridge"},
-
 
712
 {"kolibrios/games/", PROGS .. "/games/checkers/trunk/checkers"}
713
})
713
})
714
-- For russian build, add russian-only programs.
714
-- For russian build, add russian-only programs.
715
if build_type == "rus" then tup.append_table(extra_files, {
715
if build_type == "rus" then tup.append_table(extra_files, {
716
 {"kolibrios/games/21days", PROGS .. "/games/21days/21days"},
716
 {"kolibrios/games/21days", PROGS .. "/games/21days/21days"},
717
}) end
717
}) end