Subversion Repositories Kolibri OS

Rev

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

Rev 5118 Rev 5123
Line 49... Line 49...
49
 {"DEMOS/RELAY.LIF", "common/demos/relay.lif"},
49
 {"DEMOS/RELAY.LIF", "common/demos/relay.lif"},
50
 {"DEMOS/RPENTO.LIF", "common/demos/rpento.lif"},
50
 {"DEMOS/RPENTO.LIF", "common/demos/rpento.lif"},
51
 {"File Managers/EOLITE.INI", "common/File Managers/eolite.ini"},
51
 {"File Managers/EOLITE.INI", "common/File Managers/eolite.ini"},
52
 {"File Managers/ICONS.INI", "common/File Managers/icons.ini"},
52
 {"File Managers/ICONS.INI", "common/File Managers/icons.ini"},
53
 {"File Managers/KFM.INI", "common/File Managers/kfm.ini"},
53
 {"File Managers/KFM.INI", "common/File Managers/kfm.ini"},
54
 {"GAMES/CHECKERS", build_type .. "/games/checkers"},
-
 
55
 {"GAMES/MEGAMAZE", build_type .. "/games/megamaze"},
54
 {"GAMES/MEGAMAZE", build_type .. "/games/megamaze"},
56
 {"LIB/PIXLIB.OBJ", "common/lib/pixlib.obj"},
55
 {"LIB/PIXLIB.OBJ", "common/lib/pixlib.obj"},
57
 {"LIB/ICONV.OBJ", "common/lib/iconv.obj"},
56
 {"LIB/ICONV.OBJ", "common/lib/iconv.obj"},
58
 {"LIB/NETCODE.OBJ", "common/lib/netcode.obj"},
57
 {"LIB/NETCODE.OBJ", "common/lib/netcode.obj"},
59
 {"MEDIA/ImgF/ImgF", "common/media/ImgF/ImgF"},
58
 {"MEDIA/ImgF/ImgF", "common/media/ImgF/ImgF"},
Line 454... Line 453...
454
-- Programs that require GCC to compile.
453
-- Programs that require GCC to compile.
455
if tup.getconfig('NO_GCC') ~= 'full' then
454
if tup.getconfig('NO_GCC') ~= 'full' then
456
tup.append_table(img_files, {
455
tup.append_table(img_files, {
457
 {"3D/CUBELINE", PROGS .. "/demos/cubeline/trunk/cubeline"},
456
 {"3D/CUBELINE", PROGS .. "/demos/cubeline/trunk/cubeline"},
458
 {"3D/GEARS", PROGS .. "/demos/gears/trunk/gears"},
457
 {"3D/GEARS", PROGS .. "/demos/gears/trunk/gears"},
-
 
458
 {"GAMES/CHECKERS", PROGS .. "/games/checkers/trunk/checkers"},
459
 {"GAMES/REVERSI", PROGS .. "/games/reversi/trunk/reversi"},
459
 {"GAMES/REVERSI", PROGS .. "/games/reversi/trunk/reversi"},
460
 {"SHELL", PROGS .. "/system/shell/shell"},
460
 {"SHELL", PROGS .. "/system/shell/shell"},
461
})
461
})
462
tup.append_table(extra_files, {
462
tup.append_table(extra_files, {
463
 {"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},
463
 {"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},