Subversion Repositories Kolibri OS

Rev

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

Rev 5110 Rev 5111
Line 51... Line 51...
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"},
54
 {"GAMES/CHECKERS", build_type .. "/games/checkers"},
55
 {"GAMES/MEGAMAZE", build_type .. "/games/megamaze"},
55
 {"GAMES/MEGAMAZE", build_type .. "/games/megamaze"},
56
 {"GAMES/REVERSI", build_type .. "/games/reversi"},
-
 
57
 {"GAMES/RFORCES", build_type .. "/games/rforces"},
56
 {"GAMES/RFORCES", build_type .. "/games/rforces"},
58
 {"GAMES/XONIX", build_type .. "/games/xonix"},
57
 {"GAMES/XONIX", build_type .. "/games/xonix"},
59
 {"LIB/PIXLIB.OBJ", "common/lib/pixlib.obj"},
58
 {"LIB/PIXLIB.OBJ", "common/lib/pixlib.obj"},
60
 {"LIB/ICONV.OBJ", "common/lib/iconv.obj"},
59
 {"LIB/ICONV.OBJ", "common/lib/iconv.obj"},
61
 {"LIB/NETCODE.OBJ", "common/lib/netcode.obj"},
60
 {"LIB/NETCODE.OBJ", "common/lib/netcode.obj"},
Line 455... Line 454...
455
-- Programs that require GCC to compile.
454
-- Programs that require GCC to compile.
456
if tup.getconfig('NO_GCC') ~= 'full' then
455
if tup.getconfig('NO_GCC') ~= 'full' then
457
tup.append_table(img_files, {
456
tup.append_table(img_files, {
458
 {"3D/CUBELINE", PROGS .. "/demos/cubeline/trunk/cubeline"},
457
 {"3D/CUBELINE", PROGS .. "/demos/cubeline/trunk/cubeline"},
459
 {"3D/GEARS", PROGS .. "/demos/gears/trunk/gears"},
458
 {"3D/GEARS", PROGS .. "/demos/gears/trunk/gears"},
-
 
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"},
464
})
464
})