Subversion Repositories Kolibri OS

Rev

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

Rev 8792 Rev 8795
Line 711... Line 711...
711
-- Programs that require GCC to compile.
711
-- Programs that require GCC to compile.
712
if tup.getconfig('NO_GCC') ~= 'full' then
712
if tup.getconfig('NO_GCC') ~= 'full' then
713
tup.append_table(img_files, {
713
tup.append_table(img_files, {
714
 {"GAMES/REVERSI", PROGS .. "/games/reversi/trunk/reversi"},
714
 {"GAMES/REVERSI", PROGS .. "/games/reversi/trunk/reversi"},
715
 {"SHELL", PROGS .. "/system/shell/shell"},
715
 {"SHELL", PROGS .. "/system/shell/shell"},
716
 {"LIB/LIBC.OBJ", PROGS .. "/develop/libraries/kolibri-libc/source/libc.obj"},
716
 {"LIB/LIBC.OBJ", PROGS .. "/develop/ktcc/trunk/libc.obj/source/libc.obj"},
717
})
717
})
718
tup.append_table(extra_files, {
718
tup.append_table(extra_files, {
719
-- {"kolibrios/3D/cubeline", PROGS .. "/demos/cubeline/trunk/cubeline"},
719
-- {"kolibrios/3D/cubeline", PROGS .. "/demos/cubeline/trunk/cubeline"},
720
 {"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},
720
 {"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},
721
 {"kolibrios/emul/uarm/", "../contrib/other/uarm/uARM"},
721
 {"kolibrios/emul/uarm/", "../contrib/other/uarm/uARM"},