Subversion Repositories Kolibri OS

Rev

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

Rev 8683 Rev 8684
Line 688... Line 688...
688
 
688
 
689
-- Programs that require TCC to compile.
689
-- Programs that require TCC to compile.
690
if tup.getconfig('NO_TCC') ~= 'full' then
690
if tup.getconfig('NO_TCC') ~= 'full' then
691
tup.append_table(img_files, {
691
tup.append_table(img_files, {
692
 {"NETWORK/WHOIS", PROGS .. "/network/whois/whois"},
692
 {"NETWORK/WHOIS", PROGS .. "/network/whois/whois"},
693
 {"NETWORK/WEATHER", PROGS .. "/other/Weather/weather"},
693
-- {"NETWORK/WEATHER", PROGS .. "/other/Weather/weather"},
694
})
694
})
695
tup.append_table(extra_files, {
695
tup.append_table(extra_files, {
696
 {"kolibrios/utils/thashview", PROGS .. "/other/TinyHashView/thashview"},
696
 {"kolibrios/utils/thashview", PROGS .. "/other/TinyHashView/thashview"},
697
 {"kolibrios/develop/TinyBasic/", PROGS .. "/develop/tinybasic/TinyBasic"},
697
 {"kolibrios/develop/TinyBasic/", PROGS .. "/develop/tinybasic/TinyBasic"},