Subversion Repositories Kolibri OS

Rev

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

Rev 8550 Rev 8559
Line 691... Line 691...
691
tup.append_table(extra_files, {
691
tup.append_table(extra_files, {
692
 {"kolibrios/utils/thashview", PROGS .. "/other/TinyHashView/thashview"},
692
 {"kolibrios/utils/thashview", PROGS .. "/other/TinyHashView/thashview"},
693
 {"kolibrios/develop/TinyBasic/", PROGS .. "/develop/tinybasic/TinyBasic"},
693
 {"kolibrios/develop/TinyBasic/", PROGS .. "/develop/tinybasic/TinyBasic"},
694
 {"kolibrios/develop/TinyBasic/", PROGS .. "/develop/tinybasic/TBuserMan.txt"},
694
 {"kolibrios/develop/TinyBasic/", PROGS .. "/develop/tinybasic/TBuserMan.txt"},
695
 {"kolibrios/utils/teatool", PROGS .. "/other/TEAtool/teatool"},
695
 {"kolibrios/utils/teatool", PROGS .. "/other/TEAtool/teatool"},
-
 
696
 {"kolibrios/utils/passwordgen", PROGS .. "/other/PasswordGen/passwordgen"},
696
})
697
})
697
end -- tup.getconfig('NO_TCC') ~= 'full' 
698
end -- tup.getconfig('NO_TCC') ~= 'full' 
Line 698... Line 699...
698
 
699
 
699
-- Programs that require GCC to compile.
700
-- Programs that require GCC to compile.