Subversion Repositories Kolibri OS

Rev

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

Rev 8471 Rev 8472
Line 685... Line 685...
685
if tup.getconfig('NO_TCC') ~= 'full' then
685
if tup.getconfig('NO_TCC') ~= 'full' then
686
tup.append_table(extra_files, {
686
tup.append_table(extra_files, {
687
 {"kolibrios/utils/thashview", PROGS .. "/other/TinyHashView/thashview"},
687
 {"kolibrios/utils/thashview", PROGS .. "/other/TinyHashView/thashview"},
688
 {"kolibrios/develop/TinyBasic/", PROGS .. "/develop/tinybasic/TinyBasic"},
688
 {"kolibrios/develop/TinyBasic/", PROGS .. "/develop/tinybasic/TinyBasic"},
689
 {"kolibrios/develop/TinyBasic/", PROGS .. "/develop/tinybasic/TBuserMan.txt"},
689
 {"kolibrios/develop/TinyBasic/", PROGS .. "/develop/tinybasic/TBuserMan.txt"},
-
 
690
 {"kolibrios/utils/teatool", PROGS .. "/other/TEAtool/teatool"},
690
})
691
})
691
end -- tup.getconfig('NO_TCC') ~= 'full' 
692
end -- tup.getconfig('NO_TCC') ~= 'full' 
Line 692... Line 693...
692
 
693
 
693
-- Programs that require GCC to compile.
694
-- Programs that require GCC to compile.