Subversion Repositories Kolibri OS

Rev

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

Rev 6729 Rev 6734
Line 571... Line 571...
571
end -- tup.getconfig('NO_MSVC') ~= 'full'
571
end -- tup.getconfig('NO_MSVC') ~= 'full'
Line 572... Line 572...
572
 
572
 
573
-- Programs that require GCC to compile.
573
-- Programs that require GCC to compile.
574
if tup.getconfig('NO_GCC') ~= 'full' then
574
if tup.getconfig('NO_GCC') ~= 'full' then
575
tup.append_table(img_files, {
-
 
576
 {"3D/CUBELINE", PROGS .. "/demos/cubeline/trunk/cubeline"},
575
tup.append_table(img_files, {
577
 {"3D/GEARS", PROGS .. "/demos/gears/trunk/gears"},
576
 {"3D/GEARS", PROGS .. "/demos/gears/trunk/gears"},
578
 {"GAMES/CHECKERS", PROGS .. "/games/checkers/trunk/checkers"},
577
 {"GAMES/CHECKERS", PROGS .. "/games/checkers/trunk/checkers"},
579
 {"GAMES/REVERSI", PROGS .. "/games/reversi/trunk/reversi"},
578
 {"GAMES/REVERSI", PROGS .. "/games/reversi/trunk/reversi"},
580
 {"SHELL", PROGS .. "/system/shell/shell"},
579
 {"SHELL", PROGS .. "/system/shell/shell"},
581
})
580
})
-
 
581
tup.append_table(extra_files, {
582
tup.append_table(extra_files, {
582
 {"kolibrios/demos/cubeline", PROGS .. "/demos/cubeline/trunk/cubeline"},
583
 {"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},
583
 {"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},
584
 {"kolibrios/games/2048/", PROGS .. "/games/2048/2048"},
584
 {"kolibrios/games/2048/", PROGS .. "/games/2048/2048"},
585
 {"kolibrios/games/donkey", PROGS .. "/games/donkey/donkey"},
585
 {"kolibrios/games/donkey", PROGS .. "/games/donkey/donkey"},
586
 {"kolibrios/games/heliothryx/", PROGS .. "/games/heliothryx/heliothryx"},
586
 {"kolibrios/games/heliothryx/", PROGS .. "/games/heliothryx/heliothryx"},