Subversion Repositories Kolibri OS

Rev

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

Rev 5328 Rev 5329
Line 487... Line 487...
487
 {"kolibrios/games/marblematch3/", PROGS .. "/games/marblematch3/marblematch3"},
487
 {"kolibrios/games/marblematch3/", PROGS .. "/games/marblematch3/marblematch3"},
488
 {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
488
 {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
489
 {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
489
 {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
490
})
490
})
491
-- For russian build, add russian-only programs.
491
-- For russian build, add russian-only programs.
492
if build_type == "rus" then tup.append_table(img_files, {
492
if build_type == "rus" then tup.append_table(extra_files, {
493
 {"kolibrios/games/21days/", PROGS .. "/games/21days/21days"},
493
 {"kolibrios/games/21days/", PROGS .. "/games/21days/21days"},
494
}) end
494
}) end
495
end -- tup.getconfig('NO_GCC') ~= 'full'
495
end -- tup.getconfig('NO_GCC') ~= 'full'
Line 496... Line 496...
496
 
496