Subversion Repositories Kolibri OS

Rev

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

Rev 8692 Rev 8693
Line 704... Line 704...
704
-- Programs that require GCC to compile.
704
-- Programs that require GCC to compile.
705
if tup.getconfig('NO_GCC') ~= 'full' then
705
if tup.getconfig('NO_GCC') ~= 'full' then
706
tup.append_table(img_files, {
706
tup.append_table(img_files, {
707
 {"GAMES/REVERSI", PROGS .. "/games/reversi/trunk/reversi"},
707
 {"GAMES/REVERSI", PROGS .. "/games/reversi/trunk/reversi"},
708
 {"SHELL", PROGS .. "/system/shell/shell"},
708
 {"SHELL", PROGS .. "/system/shell/shell"},
709
 {"LIB/LIBC.OBJ", PROGS .. "/develop/libraries/kolibri-libc/lib/libc.obj"},
709
 {"LIB/LIBC.OBJ", PROGS .. "/develop/libraries/kolibri-libc/source/libc.obj"},
710
})
710
})
711
tup.append_table(extra_files, {
711
tup.append_table(extra_files, {
712
-- {"kolibrios/3D/cubeline", PROGS .. "/demos/cubeline/trunk/cubeline"},
712
-- {"kolibrios/3D/cubeline", PROGS .. "/demos/cubeline/trunk/cubeline"},
713
 {"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},
713
 {"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},
714
 {"kolibrios/emul/uarm/", "../contrib/other/uarm/uARM"},
714
 {"kolibrios/emul/uarm/", "../contrib/other/uarm/uARM"},