Subversion Repositories Kolibri OS

Rev

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

Rev 5335 Rev 5336
Line 495... Line 495...
495
tup.append_table(extra_files, {
495
tup.append_table(extra_files, {
496
 {"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},
496
 {"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},
497
 {"kolibrios/games/heliothryx/", PROGS .. "/games/heliothryx/heliothryx"},
497
 {"kolibrios/games/heliothryx/", PROGS .. "/games/heliothryx/heliothryx"},
498
 {"kolibrios/games/2048/", PROGS .. "/games/2048/2048"},
498
 {"kolibrios/games/2048/", PROGS .. "/games/2048/2048"},
499
 {"kolibrios/games/marblematch3/", PROGS .. "/games/marblematch3/marblematch3"},
499
 {"kolibrios/games/marblematch3/", PROGS .. "/games/marblematch3/marblematch3"},
-
 
500
 {"kolibrios/games/nsider/", PROGS .. "/games/nsider/nsider"},
500
 {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
501
 {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
501
 {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
502
 {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
502
})
503
})
503
-- For russian build, add russian-only programs.
504
-- For russian build, add russian-only programs.
504
if build_type == "rus" then tup.append_table(extra_files, {
505
if build_type == "rus" then tup.append_table(extra_files, {