Subversion Repositories Kolibri OS

Rev

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

Rev 8860 Rev 8862
Line 694... Line 694...
694
 
694
 
695
-- Programs that require TCC to compile.
695
-- Programs that require TCC to compile.
696
if tup.getconfig('NO_TCC') ~= 'full' then
696
if tup.getconfig('NO_TCC') ~= 'full' then
697
tup.append_table(img_files, {
697
tup.append_table(img_files, {
-
 
698
 {"NETWORK/WHOIS", PROGS .. "/network/whois/whois"},
698
 {"NETWORK/WHOIS", PROGS .. "/network/whois/whois"},
699
 {"SHELL", PROGS .. "/system/shell/shell"},
699
-- {"NETWORK/WEATHER", PROGS .. "/other/Weather/weather"},
700
-- {"NETWORK/WEATHER", PROGS .. "/other/Weather/weather"},
700
})
701
})
701
tup.append_table(extra_files, {
702
tup.append_table(extra_files, {
702
 {"kolibrios/utils/thashview", PROGS .. "/other/TinyHashView/thashview"},
703
 {"kolibrios/utils/thashview", PROGS .. "/other/TinyHashView/thashview"},
Line 712... Line 713...
712
 
713
 
713
-- Programs that require GCC to compile.
714
-- Programs that require GCC to compile.
714
if tup.getconfig('NO_GCC') ~= 'full' then
715
if tup.getconfig('NO_GCC') ~= 'full' then
715
tup.append_table(img_files, {
716
tup.append_table(img_files, {
716
 {"GAMES/REVERSI", PROGS .. "/games/reversi/trunk/reversi"},
-
 
717
 {"SHELL", PROGS .. "/system/shell/shell"},
717
 {"GAMES/REVERSI", PROGS .. "/games/reversi/trunk/reversi"},
718
 {"LIB/LIBC.OBJ", PROGS .. "/develop/ktcc/trunk/libc.obj/source/libc.obj"},
718
 {"LIB/LIBC.OBJ", PROGS .. "/develop/ktcc/trunk/libc.obj/source/libc.obj"},
719
})
719
})
720
tup.append_table(extra_files, {
720
tup.append_table(extra_files, {
721
-- {"kolibrios/3D/cubeline", PROGS .. "/demos/cubeline/trunk/cubeline"},
721
-- {"kolibrios/3D/cubeline", PROGS .. "/demos/cubeline/trunk/cubeline"},