Subversion Repositories Kolibri OS

Rev

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

Rev 8512 Rev 8516
Line 684... Line 684...
684
})
684
})
685
end -- tup.getconfig('NO_MSVC') ~= 'full'
685
end -- tup.getconfig('NO_MSVC') ~= 'full'
Line 686... Line 686...
686
 
686
 
687
-- Programs that require TCC to compile.
687
-- Programs that require TCC to compile.
-
 
688
if tup.getconfig('NO_TCC') ~= 'full' then
-
 
689
tup.append_table(img_files, {
-
 
690
 {"NETWORK/WHOIS", PROGS .. "/network/whois/whois"},
688
if tup.getconfig('NO_TCC') ~= 'full' then
691
})
689
tup.append_table(extra_files, {
692
tup.append_table(extra_files, {
690
 {"kolibrios/utils/thashview", PROGS .. "/other/TinyHashView/thashview"},
693
 {"kolibrios/utils/thashview", PROGS .. "/other/TinyHashView/thashview"},
691
 {"kolibrios/develop/TinyBasic/", PROGS .. "/develop/tinybasic/TinyBasic"},
694
 {"kolibrios/develop/TinyBasic/", PROGS .. "/develop/tinybasic/TinyBasic"},
692
 {"kolibrios/develop/TinyBasic/", PROGS .. "/develop/tinybasic/TBuserMan.txt"},
695
 {"kolibrios/develop/TinyBasic/", PROGS .. "/develop/tinybasic/TBuserMan.txt"},