Subversion Repositories Kolibri OS

Rev

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

Rev 5111 Rev 5113
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/RFORCES", build_type .. "/games/rforces"},
-
 
57
 {"GAMES/XONIX", build_type .. "/games/xonix"},
56
 {"GAMES/XONIX", build_type .. "/games/xonix"},
58
 {"LIB/PIXLIB.OBJ", "common/lib/pixlib.obj"},
57
 {"LIB/PIXLIB.OBJ", "common/lib/pixlib.obj"},
59
 {"LIB/ICONV.OBJ", "common/lib/iconv.obj"},
58
 {"LIB/ICONV.OBJ", "common/lib/iconv.obj"},
60
 {"LIB/NETCODE.OBJ", "common/lib/netcode.obj"},
59
 {"LIB/NETCODE.OBJ", "common/lib/netcode.obj"},
61
 {"MEDIA/ImgF/ImgF", "common/media/ImgF/ImgF"},
60
 {"MEDIA/ImgF/ImgF", "common/media/ImgF/ImgF"},
Line 443... Line 442...
443
tup.append_table(img_files, {
442
tup.append_table(img_files, {
444
 {"GRAPH", PROGS .. "/other/graph/graph"},
443
 {"GRAPH", PROGS .. "/other/graph/graph"},
445
 {"TABLE", PROGS .. "/other/table/table"},
444
 {"TABLE", PROGS .. "/other/table/table"},
446
 {"MEDIA/AC97SND", PROGS .. "/media/ac97snd/ac97snd.bin"},
445
 {"MEDIA/AC97SND", PROGS .. "/media/ac97snd/ac97snd.bin"},
447
 {"GAMES/KOSILKA", PROGS .. "/games/kosilka/kosilka"},
446
 {"GAMES/KOSILKA", PROGS .. "/games/kosilka/kosilka"},
-
 
447
 {"GAMES/RFORCES", PROGS .. "/games/rforces/trunk/rforces"},
448
})
448
})
449
tup.append_table(extra_files, {
449
tup.append_table(extra_files, {
450
 {"kolibrios/games/fara/fara", PROGS .. "/games/fara/trunk/fara"},
450
 {"kolibrios/games/fara/fara", PROGS .. "/games/fara/trunk/fara"},
451
})
451
})
452
end -- tup.getconfig('NO_MSVC') ~= 'full'
452
end -- tup.getconfig('NO_MSVC') ~= 'full'